Jar examples for g:GeographicLib-Java
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.
The MIT License(MIT)
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'
Click the following link to download the jar file.
GeographicLib-Java-1.46-javadoc.jar