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