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