Download sis-referencing-0.8.jar file - Jar s

Jar examples for s:sis-referencing

Description

Implementations of Coordinate Reference Systems (CRS), conversion and transformation services derived from ISO 19111.

You can download jar file sis-referencing 0.8 in this page.

License

Apache License

Build File

You can use the following script to add sis-referencing-0.8.jar to your project.

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

Download

Click the following link to download the jar file.

sis-referencing-0.8-javadoc.jar
sis-referencing-0.8-sources.jar
sis-referencing-0.8-tests.jar
sis-referencing-0.8.jar
sis-referencing-0.8.pom



Related Tutorials