MVN

com.google.api-ads : google-ads-stubs-v10

Maven & Gradle

Nov 03, 2022
1 usages
162 stars

Google Ads API client library for Java - google-ads-stubs-v10 · Stubs for GAAPI version google-ads-stubs-v10

<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>google-ads-stubs-v10</artifactId>
    <version>22.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.api-ads : google-ads-stubs-v10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.0.0

All Versions

Choose a version of com.google.api-ads : google-ads-stubs-v10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.0.x
google-ads-stubs-v10-22.0.0
21.0.x
google-ads-stubs-v10-21.0.0
20.0.x
google-ads-stubs-v10-20.0.0
19.0.x
google-ads-stubs-v10-19.0.0
18.0.x
google-ads-stubs-v10-18.0.0
17.0.x
google-ads-stubs-v10-17.0.1
google-ads-stubs-v10-17.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>google-ads-stubs-v10</artifactId>
    <version>22.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.api-ads : google-ads-stubs-v10 gradle dependency to your build.gradle file:

implementation 'com.google.api-ads:google-ads-stubs-v10:22.0.0'

Gradle Kotlin DSL: Add the following com.google.api-ads : google-ads-stubs-v10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.api-ads:google-ads-stubs-v10:22.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.api-ads : google-ads-stubs-v10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.api-ads" % "google-ads-stubs-v10" % "22.0.0"

Advertisement