is not current version
Last Version 5.2

org.osmdroid:osmdroid-parent 4.1

An Android library to display OpenStreetMap views.

GroupId

GroupId

org.osmdroid
ArtifactId

ArtifactId

osmdroid-parent
Version

Version

4.1
Type

Type

pom

Download osmdroid-parent 4.1

Filename Size
osmdroid-parent-4.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/ -->
<dependency>
    <groupId>org.osmdroid</groupId>
    <artifactId>osmdroid-parent</artifactId>
    <version>4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/
implementation 'org.osmdroid:osmdroid-parent:4.1'
// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/
implementation ("org.osmdroid:osmdroid-parent:4.1")
'org.osmdroid:osmdroid-parent:pom:4.1'
<dependency org="org.osmdroid" name="osmdroid-parent" rev="4.1">
  <artifact name="osmdroid-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.osmdroid', module='osmdroid-parent', version='4.1')
)
libraryDependencies += "org.osmdroid" % "osmdroid-parent" % "4.1"
[org.osmdroid/osmdroid-parent "4.1"]