Last Version

Java implementation of GeographicLib 2.0

This is a Java implementation of the geodesic algorithms from GeographicLib. This is a self-contained library to solve geodesic problems on an ellipsoid model of the earth. It requires Java version 1.7 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

2.0
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 to solve geodesic problems on an ellipsoid model of the earth. It requires Java version 1.7 or later.
Project URL

Project URL

https://geographiclib.sourceforge.io
Source Code Management

Source Code Management

https://github.com/geographiclib/geographiclib-java

Download GeographicLib-Java 2.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.