s

storage

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