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