MVN

org.osmdroid : osmdroid-third-party

Maven & Gradle

Feb 19, 2018
1 usages
2.7k stars

osmdroid-third-party · osmdroid 3rd party libraries and examples. May use non ASF licensed libraries as dependencies

<dependency>
    <groupId>org.osmdroid</groupId>
    <artifactId>osmdroid-third-party</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.osmdroid : osmdroid-third-party to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.osmdroid : osmdroid-third-party to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
osmdroid-third-party-6.0.1
osmdroid-third-party-6.0.0
5.6.x
osmdroid-third-party-5.6.5
osmdroid-third-party-5.6.4
osmdroid-third-party-5.6.3
osmdroid-third-party-5.6.2
osmdroid-third-party-5.6.1
5.6
osmdroid-third-party-5.6
5.5
osmdroid-third-party-5.5
5.4.x
osmdroid-third-party-5.4.1
5.4
osmdroid-third-party-5.4
5.2
osmdroid-third-party-5.2
5.1
osmdroid-third-party-5.1
5.0.x
osmdroid-third-party-5.0.1
5.0
osmdroid-third-party-5.0
4.3
osmdroid-third-party-4.3
4.2
osmdroid-third-party-4.2
4.1
osmdroid-third-party-4.1
4.0
osmdroid-third-party-4.0
3.0.x
osmdroid-third-party-3.0.10
osmdroid-third-party-3.0.9
osmdroid-third-party-3.0.8
osmdroid-third-party-3.0.7

How to add a dependency to Maven

Add the following org.osmdroid : osmdroid-third-party maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.osmdroid</groupId>
    <artifactId>osmdroid-third-party</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.osmdroid : osmdroid-third-party gradle dependency to your build.gradle file:

implementation 'org.osmdroid:osmdroid-third-party:6.0.1'

Gradle Kotlin DSL: Add the following org.osmdroid : osmdroid-third-party gradle kotlin dependency to your build.gradle.kts file:

implementation("org.osmdroid:osmdroid-third-party:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.osmdroid : osmdroid-third-party sbt scala dependency to your build.sbt file:

libraryDependencies += "org.osmdroid" % "osmdroid-third-party" % "6.0.1"

Advertisement