a

ads-lib

Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis" artifact.
Files download
File Operation
ads-lib-1.20.0.jar download
ads-lib-1.20.0.pom download
ads-lib-1.20.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.api-ads</groupId>
  <artifactId>ads-lib</artifactId>
  <version>1.20.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.api-ads:ads-lib:1.20.0'
Gradle Kotlin
implementation("com.google.api-ads:ads-lib:1.20.0")
Scala SBT
libraryDependencies += "com.google.api-ads" % "ads-lib" % "1.20.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api-ads', module='ads-lib', version='1.20.0')
)
Apache Ivy
<dependency org="com.google.api-ads" name="ads-lib" rev="1.20.0" />
Leiningen
[com.google.api-ads/ads-lib "1.20.0"]
Apache Buildr
'com.google.api-ads:ads-lib:jar:1.20.0'