License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Wire Data Data Structures Geo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.wirefreethought.geodb |
ArtifactId | ArtifactIdgeodb-java-client |
Last Version | Last Version1.4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeoDB Java Client
This library provides Java client bindings to the GeoDB Cities service.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geodb-java-client-1.4.4.pom | |
geodb-java-client-1.4.4.jar | 190 KB |
geodb-java-client-1.4.4-sources.jar | 109 KB |
geodb-java-client-1.4.4-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wirefreethought.geodb/geodb-java-client/ -->
<dependency>
<groupId>com.wirefreethought.geodb</groupId>
<artifactId>geodb-java-client</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.wirefreethought.geodb/geodb-java-client/
implementation 'com.wirefreethought.geodb:geodb-java-client:1.4.4'
// https://jarcasting.com/artifacts/com.wirefreethought.geodb/geodb-java-client/
implementation ("com.wirefreethought.geodb:geodb-java-client:1.4.4")
'com.wirefreethought.geodb:geodb-java-client:jar:1.4.4'
<dependency org="com.wirefreethought.geodb" name="geodb-java-client" rev="1.4.4">
<artifact name="geodb-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wirefreethought.geodb', module='geodb-java-client', version='1.4.4')
)
libraryDependencies += "com.wirefreethought.geodb" % "geodb-java-client" % "1.4.4"
[com.wirefreethought.geodb/geodb-java-client "1.4.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.9.0 |
com.squareup.okhttp : okhttp | jar | 2.7.5 |
com.squareup.okhttp : logging-interceptor | jar | 2.7.5 |
io.gsonfire : gson-fire | jar | 1.8.5 |
io.swagger : swagger-annotations | jar | 1.6.5 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.13.2,) |
org.slf4j : slf4j-api | jar | 1.7.33 |
org.slf4j : slf4j-simple | jar | 1.7.33 |