GroupId | GroupIdorg.osmdroid |
---|---|
ArtifactId | ArtifactIdosmdroid-third-party |
Version | Version6.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/ -->
<dependency>
<groupId>org.osmdroid</groupId>
<artifactId>osmdroid-third-party</artifactId>
<version>6.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/
implementation 'org.osmdroid:osmdroid-third-party:6.0.0'
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-third-party/
implementation ("org.osmdroid:osmdroid-third-party:6.0.0")
'org.osmdroid:osmdroid-third-party:aar:6.0.0'
<dependency org="org.osmdroid" name="osmdroid-third-party" rev="6.0.0">
<artifact name="osmdroid-third-party" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.osmdroid', module='osmdroid-third-party', version='6.0.0')
)
libraryDependencies += "org.osmdroid" % "osmdroid-third-party" % "6.0.0"
[org.osmdroid/osmdroid-third-party "6.0.0"]