MVN

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

Maven & Gradle

Aug 19, 2023

Search Ads 360 Reporting API v0-rev20230818-2.0.0

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-searchads360</artifactId>
    <version>v0-rev20230818-2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: v0-rev20230818-2.0.0

All Versions

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

Version Vulnerabilities Updated
v0
google-api-services-searchads360-v0-rev20230818-2.0.0
google-api-services-searchads360-v0-rev20230625-2.0.0
google-api-services-searchads360-v0-rev20230502-2.0.0
google-api-services-searchads360-v0-rev20230425-2.0.0
google-api-services-searchads360-v0-rev20230405-2.0.0
google-api-services-searchads360-v0-rev20230330-2.0.0
google-api-services-searchads360-v0-rev20221208-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-searchads360</artifactId>
    <version>v0-rev20230818-2.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.apis:google-api-services-searchads360:v0-rev20230818-2.0.0'

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

implementation("com.google.apis:google-api-services-searchads360:v0-rev20230818-2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.apis" % "google-api-services-searchads360" % "v0-rev20230818-2.0.0"