License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.calzam |
ArtifactId | ArtifactIdgeo-distance |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeographical distance
Simple library to calculate the geographical distance between two points. Project related to an academic assignment about publishing to Maven Central.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geo-distance-1.0.2.pom | |
geo-distance-1.0.2.jar | 3 KB |
geo-distance-1.0.2-sources.jar | 978 bytes |
geo-distance-1.0.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calzam/geo-distance/ -->
<dependency>
<groupId>com.github.calzam</groupId>
<artifactId>geo-distance</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calzam/geo-distance/
implementation 'com.github.calzam:geo-distance:1.0.2'
// https://jarcasting.com/artifacts/com.github.calzam/geo-distance/
implementation ("com.github.calzam:geo-distance:1.0.2")
'com.github.calzam:geo-distance:jar:1.0.2'
<dependency org="com.github.calzam" name="geo-distance" rev="1.0.2">
<artifact name="geo-distance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calzam', module='geo-distance', version='1.0.2')
)
libraryDependencies += "com.github.calzam" % "geo-distance" % "1.0.2"
[com.github.calzam/geo-distance "1.0.2"]