GroupId | GroupIdorg.osmdroid |
---|---|
ArtifactId | ArtifactIdosmdroid-third-party |
Version | Version4.1 |
Type | Typejar |
Filename | Size |
---|---|
osmdroid-third-party-4.1.pom | |
osmdroid-third-party-4.1.jar | 37 KB |
osmdroid-third-party-4.1-sources.jar | 21 KB |
osmdroid-third-party-4.1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/ -->
<dependency>
<groupId>org.osmdroid</groupId>
<artifactId>osmdroid-third-party</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/
implementation 'org.osmdroid:osmdroid-third-party:4.1'
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/
implementation ("org.osmdroid:osmdroid-third-party:4.1")
'org.osmdroid:osmdroid-third-party:jar:4.1'
<dependency org="org.osmdroid" name="osmdroid-third-party" rev="4.1">
<artifact name="osmdroid-third-party" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osmdroid', module='osmdroid-third-party', version='4.1')
)
libraryDependencies += "org.osmdroid" % "osmdroid-third-party" % "4.1"
[org.osmdroid/osmdroid-third-party "4.1"]