is not current version
Last Version 2.0

Java implementation of GeographicLib 1.51

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.

License

License

Categories

Categories

Java Languages Net CLI User Interface Geo Business Logic Libraries Geospatial
GroupId

GroupId

net.sf.geographiclib
ArtifactId

ArtifactId

GeographicLib-Java
Version

Version

1.51
Type

Type

jar
Description

Description

Java implementation of GeographicLib
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.
Project URL

Project URL

https://geographiclib.sourceforge.io

Download GeographicLib-Java 1.51


<!-- https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/ -->
<dependency>
    <groupId>net.sf.geographiclib</groupId>
    <artifactId>GeographicLib-Java</artifactId>
    <version>1.51</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/
implementation 'net.sf.geographiclib:GeographicLib-Java:1.51'
// https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/
implementation ("net.sf.geographiclib:GeographicLib-Java:1.51")
'net.sf.geographiclib:GeographicLib-Java:jar:1.51'
<dependency org="net.sf.geographiclib" name="GeographicLib-Java" rev="1.51">
  <artifact name="GeographicLib-Java" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.geographiclib', module='GeographicLib-Java', version='1.51')
)
libraryDependencies += "net.sf.geographiclib" % "GeographicLib-Java" % "1.51"
[net.sf.geographiclib/GeographicLib-Java "1.51"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.