License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdedu.usf.cutr |
ArtifactId | ArtifactIdpelias-client-library |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionPelias Client Library
A Java client library for the Pelias geocoder
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/ -->
<dependency>
<groupId>edu.usf.cutr</groupId>
<artifactId>pelias-client-library</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/
implementation 'edu.usf.cutr:pelias-client-library:1.0.1'
// https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/
implementation ("edu.usf.cutr:pelias-client-library:1.0.1")
'edu.usf.cutr:pelias-client-library:jar:1.0.1'
<dependency org="edu.usf.cutr" name="pelias-client-library" rev="1.0.1">
<artifact name="pelias-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.usf.cutr', module='pelias-client-library', version='1.0.1')
)
libraryDependencies += "edu.usf.cutr" % "pelias-client-library" % "1.0.1"
[edu.usf.cutr/pelias-client-library "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.7.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.3 |
de.grundid.opendatalab : geojson-jackson | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |