Download sis-referencing-0.7.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.7 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials