s

sis-storage

Provides the interfaces and base classes to be implemented by various storage formats.
Chris A. Mattmann Johann Sorel Martin Desruisseaux Rémi Maréchal
文件下载
文件名 操作
sis-storage-1.1.jar 下载
sis-storage-1.1.pom 下载
sis-storage-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sis.storage</groupId>
  <artifactId>sis-storage</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.storage:sis-storage:1.1'
Gradle Kotlin
implementation("org.apache.sis.storage:sis-storage:1.1")
Scala SBT
libraryDependencies += "org.apache.sis.storage" % "sis-storage" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.storage', module='sis-storage', version='1.1')
)
Apache Ivy
<dependency org="org.apache.sis.storage" name="sis-storage" rev="1.1" />
Leiningen
[org.apache.sis.storage/sis-storage "1.1"]
Apache Buildr
'org.apache.sis.storage:sis-storage:jar:1.1'