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