GroupId | GroupIdde.westnordost |
---|---|
ArtifactId | ArtifactIdosmapi-user |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
osmapi-user-1.3.pom | |
osmapi-user-1.3.jar | 13 KB |
osmapi-user-1.3-sources.jar | 7 KB |
osmapi-user-1.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.westnordost/osmapi-user/ -->
<dependency>
<groupId>de.westnordost</groupId>
<artifactId>osmapi-user</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.westnordost/osmapi-user/
implementation 'de.westnordost:osmapi-user:1.3'
// https://jarcasting.com/artifacts/de.westnordost/osmapi-user/
implementation ("de.westnordost:osmapi-user:1.3")
'de.westnordost:osmapi-user:jar:1.3'
<dependency org="de.westnordost" name="osmapi-user" rev="1.3">
<artifact name="osmapi-user" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.westnordost', module='osmapi-user', version='1.3')
)
libraryDependencies += "de.westnordost" % "osmapi-user" % "1.3"
[de.westnordost/osmapi-user "1.3"]