| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Net CLI User Interface Geo Business Logic Libraries Geospatial |
| GroupId | GroupIdnet.sf.geographiclib |
| ArtifactId | ArtifactIdGeographicLib-Java |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| GeographicLib-Java-2.0.pom | |
| GeographicLib-Java-2.0.jar | 35 KB |
| GeographicLib-Java-2.0-sources.jar | 49 KB |
| GeographicLib-Java-2.0-javadoc.jar | 104 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |