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
Files download
File Operation
storage-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sis</groupId>
  <artifactId>storage</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis:storage:1.2'
Gradle Kotlin
implementation("org.apache.sis:storage:1.2")
Scala SBT
libraryDependencies += "org.apache.sis" % "storage" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis', module='storage', version='1.2')
)
Apache Ivy
<dependency org="org.apache.sis" name="storage" rev="1.2" />
Leiningen
[org.apache.sis/storage "1.2"]
Apache Buildr
'org.apache.sis:storage:jar:1.2'