License |
License |
---|---|
GroupId | GroupIdorg.osmdroid |
ArtifactId | ArtifactIdosmdroid-android |
Last Version | Last Version6.1.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionosmdroid-android
An Android library to display OpenStreetMap views.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
osmdroid-android-6.1.13.pom | |
osmdroid-android-6.1.13.jar | 260 KB |
osmdroid-android-6.1.13-sources.jar | 170 KB |
osmdroid-android-6.1.13-javadoc.jar | 785 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osmdroid/osmdroid-android/ -->
<dependency>
<groupId>org.osmdroid</groupId>
<artifactId>osmdroid-android</artifactId>
<version>6.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-android/
implementation 'org.osmdroid:osmdroid-android:6.1.13'
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-android/
implementation ("org.osmdroid:osmdroid-android:6.1.13")
'org.osmdroid:osmdroid-android:jar:6.1.13'
<dependency org="org.osmdroid" name="osmdroid-android" rev="6.1.13">
<artifact name="osmdroid-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osmdroid', module='osmdroid-android', version='6.1.13')
)
libraryDependencies += "org.osmdroid" % "osmdroid-android" % "6.1.13"
[org.osmdroid/osmdroid-android "6.1.13"]