a

ads-lib

Client library for Java for accessing ads APIs including AdWords 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.
文件下载
文件名 操作
ads-lib-4.17.0.jar 下载
ads-lib-4.17.0.pom 下载
ads-lib-4.17.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.api-ads</groupId>
  <artifactId>ads-lib</artifactId>
  <version>4.17.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.api-ads:ads-lib:4.17.0'
Gradle Kotlin
implementation("com.google.api-ads:ads-lib:4.17.0")
Scala SBT
libraryDependencies += "com.google.api-ads" % "ads-lib" % "4.17.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api-ads', module='ads-lib', version='4.17.0')
)
Apache Ivy
<dependency org="com.google.api-ads" name="ads-lib" rev="4.17.0" />
Leiningen
[com.google.api-ads/ads-lib "4.17.0"]
Apache Buildr
'com.google.api-ads:ads-lib:jar:4.17.0'