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