Group ID:
net.sf.geographiclib
Artifact ID:
GeographicLib-Java
Version:
1.50
Last modified:
24.09.2019 13:19
Packaging:
jar
Name:
Java implementation of GeographicLib
Description:
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.
URL:
https://geographiclib.sourceforge.io
License:
The MIT License(MIT)
Developers:
Charles Karney
Size:
36.0 KB
Download:
https://repo.maven.apache.org/maven2/net/sf/geographiclib/GeographicLib-Java/1.50/GeographicLib-Java-1.50.jar
POM:
Show
hide
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.geographiclib</groupId>
<artifactId>GeographicLib-Java</artifactId>
<version>1.50</version>
<packaging>jar</packaging>
<licenses>
<license>
<name>The MIT License(MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<name>Java implementation of GeographicLib</name>
<description>
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.
</description>
<url>https://geographiclib.sourceforge.io</url>
<developers>
<developer>
<name>Charles Karney</name>
<email>charles@karney.com</email>
<organization></organization>
<organizationUrl>
https://sourceforge.net/u/karney/profile/
</organizationUrl>
</developer>
</developers>
<properties>
<basedir>.</basedir>
<java.version>1.6</java.version>
<surefire-plugin.version>2.9</surefire-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-project-info-reports.version>2.4</maven-project-info-reports.version>
<maven-javadoc.version>2.8</maven-javadoc.version>
<maven-site.version>3.0</maven-site.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc.version}</version>
<configuration>
<show>public</show>
<nohelp>true</nohelp>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<scm>
<connection>
scm:git://git.code.sourceforge.net/p/geographiclib/code
</connection>
<developerConnection>
scm:git:https://git.code.sourceforge.net/p/geographiclib/code
</developerConnection>
<url>
https://sourceforge.net/p/geographiclib/code/ci/master/tree/
</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Maven:
<dependency>
<groupId>net.sf.geographiclib </groupId>
<artifactId>GeographicLib-Java </artifactId>
<version>1.50 </version>
</dependency>
Gradle:
net.sf.geographiclib :GeographicLib-Java :1.50
Contained classes:
Show all
Contained classes:
Dependencies:
Used by: i Artifacts that declare a dependency on this library - on any version, not necessarily this exact one.
Dependency Graph:
Show
Less
More