MVN

com.google.apis : google-api-services-playablelocations

Maven & Gradle

Jul 03, 2021

Playable Locations API v3-rev20200622-1.30.10

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-playablelocations</artifactId>
    <version>v3-rev20210421-1.32.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.apis : google-api-services-playablelocations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v3-rev20210421-1.32.1

All Versions

Choose a version of com.google.apis : google-api-services-playablelocations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v3
google-api-services-playablelocations-v3-rev20210421-1.32.1
google-api-services-playablelocations-v3-rev20210421-1.31.5
google-api-services-playablelocations-v3-rev20210421-1.31.0
google-api-services-playablelocations-v3-rev20201013-1.31.0
google-api-services-playablelocations-v3-rev20201013-1.30.10
google-api-services-playablelocations-v3-rev20200826-1.30.10
google-api-services-playablelocations-v3-rev20200808-1.30.10
google-api-services-playablelocations-v3-rev20200622-1.30.10
google-api-services-playablelocations-v3-rev20200622-1.30.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-playablelocations</artifactId>
    <version>v3-rev20210421-1.32.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.apis : google-api-services-playablelocations gradle dependency to your build.gradle file:

implementation 'com.google.apis:google-api-services-playablelocations:v3-rev20210421-1.32.1'

Gradle Kotlin DSL: Add the following com.google.apis : google-api-services-playablelocations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.apis:google-api-services-playablelocations:v3-rev20210421-1.32.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.apis : google-api-services-playablelocations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.apis" % "google-api-services-playablelocations" % "v3-rev20210421-1.32.1"