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