MVN

net.sf.geographiclib : GeographicLib-Java

Maven & Gradle

Jun 23, 2021
7 usages
11 stars

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.

<dependency>
    <groupId>net.sf.geographiclib</groupId>
    <artifactId>GeographicLib-Java</artifactId>
    <version>1.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.geographiclib : GeographicLib-Java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.52

All Versions

Choose a version of net.sf.geographiclib : GeographicLib-Java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.52
GeographicLib-Java-1.52
1.51
GeographicLib-Java-1.51
1.50
GeographicLib-Java-1.50
1.49
GeographicLib-Java-1.49
1.48
GeographicLib-Java-1.48
1.47
GeographicLib-Java-1.47
1.46
GeographicLib-Java-1.46
1.45
GeographicLib-Java-1.45
1.44
GeographicLib-Java-1.44
1.43
GeographicLib-Java-1.43
1.42
GeographicLib-Java-1.42

How to add a dependency to Maven

Add the following net.sf.geographiclib : GeographicLib-Java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.geographiclib</groupId>
    <artifactId>GeographicLib-Java</artifactId>
    <version>1.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.geographiclib : GeographicLib-Java gradle dependency to your build.gradle file:

implementation 'net.sf.geographiclib:GeographicLib-Java:1.52'

Gradle Kotlin DSL: Add the following net.sf.geographiclib : GeographicLib-Java gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.geographiclib:GeographicLib-Java:1.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.geographiclib : GeographicLib-Java sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.geographiclib" % "GeographicLib-Java" % "1.52"

Advertisement

Dependencies from Group

Jun 23, 2021
7 usages
11 stars

Discover Dependencies

Feb 07, 2021
1 usages
705 stars
Aug 24, 2023
16 usages
680 stars
Jan 09, 2018
64 stars
Aug 10, 2023
21 usages
417 stars
Aug 16, 2023
25 usages
357 stars
Oct 11, 2020
4 usages
64 stars
Jul 27, 2023
1 usages
3 stars