MVN

com.google.maps : google-maps-places

Maven & Gradle

Dec 05, 2023
1.8k stars

Google Places API (New) · Places API (New) The Places API allows developers to access a variety of search and retrieval endpoints for a Place.

<dependency>
    <groupId>com.google.maps</groupId>
    <artifactId>google-maps-places</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.0

All Versions

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

Version Vulnerabilities Updated
0.2.x
google-maps-places-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.maps</groupId>
    <artifactId>google-maps-places</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.maps:google-maps-places:0.2.0'

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

implementation("com.google.maps:google-maps-places:0.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.maps" % "google-maps-places" % "0.2.0"