MVN

de.westnordost : osmapi-map

Maven & Gradle

Apr 20, 2021
3 usages
70 stars

map · Uploads all artifacts belonging to configuration ':libs:map:archives'

<dependency>
    <groupId>de.westnordost</groupId>
    <artifactId>osmapi-map</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.westnordost : osmapi-map to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of de.westnordost : osmapi-map to add to Maven or Gradle - All Versions:

  • Version Updated
  • osmapi-map-2.0

    Apr 20, 2021
  • osmapi-map-1.5

    Mar 07, 2021
  • osmapi-map-1.4

    Dec 17, 2020
  • osmapi-map-1.3

    Oct 27, 2020
  • osmapi-map-1.2

    Aug 10, 2020
  • osmapi-map-1.1

    Dec 04, 2019
  • osmapi-map-1.0

    Dec 03, 2019

How to add a dependency to Maven

Add the following de.westnordost : osmapi-map maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.westnordost</groupId>
    <artifactId>osmapi-map</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.westnordost : osmapi-map gradle dependency to your build.gradle file:

implementation 'de.westnordost:osmapi-map:2.0'

Gradle Kotlin DSL: Add the following de.westnordost : osmapi-map gradle kotlin dependency to your build.gradle.kts file:

implementation("de.westnordost:osmapi-map:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.westnordost : osmapi-map sbt scala dependency to your build.sbt file:

libraryDependencies += "de.westnordost" % "osmapi-map" % "2.0"