License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.geonames |
ArtifactId | ArtifactIdgeonames |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Client for GeoNames Webservices
The geonames java library helps you to easily access the geonames web services with java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
geonames-1.0.pom | |
geonames-1.0.jar | 20 KB |
geonames-1.0-java5.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geonames/geonames/ -->
<dependency>
<groupId>org.geonames</groupId>
<artifactId>geonames</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geonames/geonames/
implementation 'org.geonames:geonames:1.0'
// https://jarcasting.com/artifacts/org.geonames/geonames/
implementation ("org.geonames:geonames:1.0")
'org.geonames:geonames:jar:1.0'
<dependency org="org.geonames" name="geonames" rev="1.0">
<artifact name="geonames" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geonames', module='geonames', version='1.0')
)
libraryDependencies += "org.geonames" % "geonames" % "1.0"
[org.geonames/geonames "1.0"]
Group / Artifact | Type | Version |
---|---|---|
jdom : jdom | jar | 1.0 |