Download proj4j-0.1.1.jar file - Jar p

Jar examples for p:proj4j

Description

Java port of Proj4 coordinate transformation library.

You can download jar file proj4j 0.1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add proj4j-0.1.1.jar to your project.

<dependency>
   <groupId>io.jeo</groupId>
   <artifactId>proj4j</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'io.jeo', name: 'proj4j', version: '0.1.1'
libraryDependencies += "io.jeo" % "proj4j" % "0.1.1"
<dependency org="io.jeo" name="proj4j" rev="0.1.1"/>
@Grapes(@Grab(group='io.jeo', module='proj4j', version='0.1.1'))
'io.jeo:proj4j:jar:0.1.1'

Download

Click the following link to download the jar file.

proj4j-0.1.1-javadoc.jar
proj4j-0.1.1-sources.jar
proj4j-0.1.1.jar
proj4j-0.1.1.pom



Related Tutorials