Download sis-storage-0.4.jar file - Jar s

Jar examples for s:sis-storage

Description

Provides the interfaces and base classes to be implemented by various storage formats.

You can download jar file sis-storage 0.4 in this page.

License

Apache License

Build File

You can use the following script to add sis-storage-0.4.jar to your project.

<dependency>
   <groupId>org.apache.sis.storage</groupId>
   <artifactId>sis-storage</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'org.apache.sis.storage', name: 'sis-storage', version: '0.4'
libraryDependencies += "org.apache.sis.storage" % "sis-storage" % "0.4"
<dependency org="org.apache.sis.storage" name="sis-storage" rev="0.4"/>
@Grapes(@Grab(group='org.apache.sis.storage', module='sis-storage', version='0.4'))
'org.apache.sis.storage:sis-storage:jar:0.4'

Download

Click the following link to download the jar file.

sis-storage-0.4-javadoc.jar
sis-storage-0.4-sources.jar
sis-storage-0.4-tests.jar
sis-storage-0.4.jar
sis-storage-0.4.pom



Related Tutorials