License |
License |
---|---|
Categories |
CategoriesNet Geo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.joehalliwell |
ArtifactId | ArtifactIdjgeoplanet |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionjGeoPlanet
Java client for Yahoo's GeoPlanet (AKA Where On Earth) service. Provides a way to look up WOE IDs as
used by Twitter and FireEagle amongst other things.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgeoplanet-0.2.0.pom | |
jgeoplanet-0.2.0.jar | 25 KB |
jgeoplanet-0.2.0-src.zip | 33 KB |
jgeoplanet-0.2.0-sources.jar | 18 KB |
jgeoplanet-0.2.0-javadoc.jar | 93 KB |
jgeoplanet-0.2.0-bin.zip | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/ -->
<dependency>
<groupId>com.joehalliwell</groupId>
<artifactId>jgeoplanet</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/
implementation 'com.joehalliwell:jgeoplanet:0.2.0'
// https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/
implementation ("com.joehalliwell:jgeoplanet:0.2.0")
'com.joehalliwell:jgeoplanet:jar:0.2.0'
<dependency org="com.joehalliwell" name="jgeoplanet" rev="0.2.0">
<artifact name="jgeoplanet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joehalliwell', module='jgeoplanet', version='0.2.0')
)
libraryDependencies += "com.joehalliwell" % "jgeoplanet" % "0.2.0"
[com.joehalliwell/jgeoplanet "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20090211 |
commons-httpclient : commons-httpclient | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |