MVN

com.mapzen : mapzen-places-api

Maven & Gradle

Oct 06, 2017
111 stars

Mapzen Places API · Add information about millions of open data locations to your Android app.

<dependency>
    <groupId>com.mapzen</groupId>
    <artifactId>mapzen-places-api</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mapzen : mapzen-places-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1
  • Latest Release Candidate: 1.3.0-rc3

All Versions

Choose a version of com.mapzen : mapzen-places-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
mapzen-places-api-1.6.1
mapzen-places-api-1.6.0
1.5.x
mapzen-places-api-1.5.0
1.4.x
mapzen-places-api-1.4.0
1.3.x
mapzen-places-api-1.3.2
mapzen-places-api-1.3.1
mapzen-places-api-1.3.0
mapzen-places-api-1.3.0-rc3
mapzen-places-api-1.3.0-rc2
mapzen-places-api-1.3.0-rc1

How to add a dependency to Maven

Add the following com.mapzen : mapzen-places-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mapzen</groupId>
    <artifactId>mapzen-places-api</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mapzen : mapzen-places-api gradle dependency to your build.gradle file:

implementation 'com.mapzen:mapzen-places-api:1.6.1'

Gradle Kotlin DSL: Add the following com.mapzen : mapzen-places-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mapzen:mapzen-places-api:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mapzen : mapzen-places-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mapzen" % "mapzen-places-api" % "1.6.1"

Advertisement