Download GeographicLib-Java-1.46.jar file - Jar g

Jar examples for g:GeographicLib-Java

Description

This is a Java implementation of the geodesic algorithms from GeographicLib. This is a self-contained library which makes it easy to do geodesic computations for an ellipsoid of revolution in a Java program. It requires Java version 1.1 or later.

You can download jar file GeographicLib-Java 1.46 in this page.

License

The MIT License(MIT)

Build File

You can use the following script to add GeographicLib-Java-1.46.jar to your project.

<dependency>
   <groupId>net.sf.geographiclib</groupId>
   <artifactId>GeographicLib-Java</artifactId>
   <version>1.46</version>
</dependency>
compile group: 'net.sf.geographiclib', name: 'GeographicLib-Java', version: '1.46'
libraryDependencies += "net.sf.geographiclib" % "GeographicLib-Java" % "1.46"
<dependency org="net.sf.geographiclib" name="GeographicLib-Java" rev="1.46"/>
@Grapes(@Grab(group='net.sf.geographiclib', module='GeographicLib-Java', version='1.46'))
'net.sf.geographiclib:GeographicLib-Java:jar:1.46'

Download

Click the following link to download the jar file.

GeographicLib-Java-1.46-javadoc.jar
GeographicLib-Java-1.46-sources.jar
GeographicLib-Java-1.46.jar
GeographicLib-Java-1.46.pom



Related Tutorials