MVN

com.google.api-ads : google-ads-annotation-processing

Maven & Gradle

Dec 16, 2021
1 usages
162 stars

Google Ads API client library for Java - main library · Annotations + processor for code generation

<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>google-ads-annotation-processing</artifactId>
    <version>16.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 16.0.2

All Versions

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

Version Vulnerabilities Updated
16.0.x
google-ads-annotation-processing-16.0.2
google-ads-annotation-processing-16.0.1
google-ads-annotation-processing-16.0.0
15.0.x
google-ads-annotation-processing-15.0.0
14.0.x
google-ads-annotation-processing-14.0.0
13.0.x
google-ads-annotation-processing-13.0.0
12.0.x
google-ads-annotation-processing-12.0.0
11.0.x
google-ads-annotation-processing-11.0.0
10.1.x
google-ads-annotation-processing-10.1.0
10.0.x
google-ads-annotation-processing-10.0.0
9.0.x
google-ads-annotation-processing-9.0.0
8.0.x
google-ads-annotation-processing-8.0.0
7.0.x
google-ads-annotation-processing-7.0.0
6.0.x
google-ads-annotation-processing-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>google-ads-annotation-processing</artifactId>
    <version>16.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.api-ads:google-ads-annotation-processing:16.0.2'

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

implementation("com.google.api-ads:google-ads-annotation-processing:16.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.api-ads" % "google-ads-annotation-processing" % "16.0.2"

Advertisement