MVN

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

Maven & Gradle

Aug 16, 2023

Batch API v1-rev20230807-2.0.0

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-batch</artifactId>
    <version>v1-rev20230807-2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: v1-rev20230807-2.0.0

All Versions

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

Version Vulnerabilities Updated
v1
google-api-services-batch-v1-rev20230807-2.0.0
google-api-services-batch-v1-rev20230804-2.0.0
google-api-services-batch-v1-rev20230607-2.0.0
google-api-services-batch-v1-rev20230518-2.0.0
google-api-services-batch-v1-rev20230509-2.0.0
google-api-services-batch-v1-rev20230426-2.0.0
google-api-services-batch-v1-rev20230412-2.0.0
google-api-services-batch-v1-rev20230329-2.0.0
google-api-services-batch-v1-rev20230308-2.0.0
google-api-services-batch-v1-rev20230213-2.0.0
google-api-services-batch-v1-rev20230130-2.0.0
google-api-services-batch-v1-rev20230118-2.0.0
google-api-services-batch-v1-rev20230105-2.0.0
google-api-services-batch-v1-rev20221212-2.0.0
google-api-services-batch-v1-rev20221201-2.0.0
google-api-services-batch-v1-rev20221114-2.0.0
google-api-services-batch-v1-rev20221017-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-batch</artifactId>
    <version>v1-rev20230807-2.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.apis:google-api-services-batch:v1-rev20230807-2.0.0'

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

implementation("com.google.apis:google-api-services-batch:v1-rev20230807-2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.apis" % "google-api-services-batch" % "v1-rev20230807-2.0.0"