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