License |
License |
---|---|
GroupId | GroupIdde.ixilon |
ArtifactId | ArtifactIdoverpass-api |
Version | Version0.6.1 |
Type | Typejar |
Description |
Descriptionoverpass-api
Overpass API Java client library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
overpass-api-0.6.1.pom | |
overpass-api-0.6.1.jar | 14 KB |
overpass-api-0.6.1-sources.jar | 15 KB |
overpass-api-0.6.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ixilon/overpass-api/ -->
<dependency>
<groupId>de.ixilon</groupId>
<artifactId>overpass-api</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.ixilon/overpass-api/
implementation 'de.ixilon:overpass-api:0.6.1'
// https://jarcasting.com/artifacts/de.ixilon/overpass-api/
implementation ("de.ixilon:overpass-api:0.6.1")
'de.ixilon:overpass-api:jar:0.6.1'
<dependency org="de.ixilon" name="overpass-api" rev="0.6.1">
<artifact name="overpass-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ixilon', module='overpass-api', version='0.6.1')
)
libraryDependencies += "de.ixilon" % "overpass-api" % "0.6.1"
[de.ixilon/overpass-api "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.3.3.RELEASE |
com.sun.xml.bind : jaxb-xjc | jar | 2.2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |