geographiclib-prefab
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.brunotl</groupId>
<artifactId>geographiclib-prefab</artifactId>
<version>2.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>com.github.brunotl</groupId>
<artifactId>geographiclib-prefab</artifactId>
<version>2.1.2</version>
<packaging>aar</packaging>
<name>GeographicLib</name>
<description>GeographicLib android native library package</description>
<url>https://geographiclib.sourceforge.io/</url>
<licenses>
<license>
<name>The MIT License(MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Charles Karney</name>
<email>charles@karney.com</email>
<organization></organization>
<organizationUrl>
https://www.petrel.org
</organizationUrl>
</developer>
</developers>
<scm>
<connection>
scm:git:git@github.com:geographiclib/geographiclib
</connection>
<developerConnection>
scm:git:https://github.com/geographiclib/geographiclib
</developerConnection>
<url>
https://github.com/geographiclib/geographiclib
</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</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.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<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>
</project>