| License | License | 
|---|---|
| GroupId | GroupIdorg.osmdroid | 
| ArtifactId | ArtifactIdosmdroid-parent | 
| Last Version | Last Version5.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionOSMdroid parent An Android library to display OpenStreetMap views. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| osmdroid-parent-5.2.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/ -->
<dependency>
    <groupId>org.osmdroid</groupId>
    <artifactId>osmdroid-parent</artifactId>
    <version>5.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/
implementation 'org.osmdroid:osmdroid-parent:5.2'// https://jarcasting.com/artifacts/org.osmdroid/osmdroid-parent/
implementation ("org.osmdroid:osmdroid-parent:5.2")'org.osmdroid:osmdroid-parent:pom:5.2'<dependency org="org.osmdroid" name="osmdroid-parent" rev="5.2">
  <artifact name="osmdroid-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.osmdroid', module='osmdroid-parent', version='5.2')
)libraryDependencies += "org.osmdroid" % "osmdroid-parent" % "5.2"[org.osmdroid/osmdroid-parent "5.2"]