License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.bitbucket.easygeoing |
ArtifactId | ArtifactIdeasygeoing |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionEasyGeoing
EasyGeoing is a simple Library for geospatial queries aiming to find all places within a certain radius (e.g. post offices within 10miles).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easygeoing-1.0.1.pom | |
easygeoing-1.0.1.jar | 9 KB |
easygeoing-1.0.1-sources.jar | 11 KB |
easygeoing-1.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.easygeoing/easygeoing/ -->
<dependency>
<groupId>org.bitbucket.easygeoing</groupId>
<artifactId>easygeoing</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.easygeoing/easygeoing/
implementation 'org.bitbucket.easygeoing:easygeoing:1.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.easygeoing/easygeoing/
implementation ("org.bitbucket.easygeoing:easygeoing:1.0.1")
'org.bitbucket.easygeoing:easygeoing:jar:1.0.1'
<dependency org="org.bitbucket.easygeoing" name="easygeoing" rev="1.0.1">
<artifact name="easygeoing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.easygeoing', module='easygeoing', version='1.0.1')
)
libraryDependencies += "org.bitbucket.easygeoing" % "easygeoing" % "1.0.1"
[org.bitbucket.easygeoing/easygeoing "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |