s

sis-storage

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