is not current version
Last Version 1.0.2

com.github.calzam:geo-distance 1.0.1

Simple library to calculate the geographical distance between two points. Project related to an academic assignment about publishing to Maven Central.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.calzam
ArtifactId

ArtifactId

geo-distance
Version

Version

1.0.1
Type

Type

jar

Download geo-distance 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.calzam/geo-distance/ -->
<dependency>
    <groupId>com.github.calzam</groupId>
    <artifactId>geo-distance</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calzam/geo-distance/
implementation 'com.github.calzam:geo-distance:1.0.1'
// https://jarcasting.com/artifacts/com.github.calzam/geo-distance/
implementation ("com.github.calzam:geo-distance:1.0.1")
'com.github.calzam:geo-distance:jar:1.0.1'
<dependency org="com.github.calzam" name="geo-distance" rev="1.0.1">
  <artifact name="geo-distance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calzam', module='geo-distance', version='1.0.1')
)
libraryDependencies += "com.github.calzam" % "geo-distance" % "1.0.1"
[com.github.calzam/geo-distance "1.0.1"]