is not current version
Last Version 1.0.1

org.bitbucket.easygeoing:easygeoing 1.0.0

EasyGeoing is a simple Library for geospatial queries aiming to find all places within a certain radius (e.g. post offices within 10miles).

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.bitbucket.easygeoing
ArtifactId

ArtifactId

easygeoing
Version

Version

1.0.0
Type

Type

jar

Download easygeoing 1.0.0


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