s

storage

Group of modules for reading and writing data from/to various storages. Storages are typically file formats or a database schemas.
Johann Sorel Martin Desruisseaux
文件下载
文件名 操作
storage-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.sis</groupId>
  <artifactId>storage</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis:storage:1.3'
Gradle Kotlin
implementation("org.apache.sis:storage:1.3")
Scala SBT
libraryDependencies += "org.apache.sis" % "storage" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis', module='storage', version='1.3')
)
Apache Ivy
<dependency org="org.apache.sis" name="storage" rev="1.3" />
Leiningen
[org.apache.sis/storage "1.3"]
Apache Buildr
'org.apache.sis:storage:jar:1.3'