a

ads-lib-appengine

Ads APIs Client Library AppEngine components. Most users do not explicitly depend on this module, but instead depend on the AppEngine module for a specific ads API, such as "dfp-appengine".
文件下载
文件名 操作
ads-lib-appengine-5.4.0.jar 下载
ads-lib-appengine-5.4.0.pom 下载
ads-lib-appengine-5.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.api-ads</groupId>
  <artifactId>ads-lib-appengine</artifactId>
  <version>5.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.api-ads:ads-lib-appengine:5.4.0'
Gradle Kotlin
implementation("com.google.api-ads:ads-lib-appengine:5.4.0")
Scala SBT
libraryDependencies += "com.google.api-ads" % "ads-lib-appengine" % "5.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api-ads', module='ads-lib-appengine', version='5.4.0')
)
Apache Ivy
<dependency org="com.google.api-ads" name="ads-lib-appengine" rev="5.4.0" />
Leiningen
[com.google.api-ads/ads-lib-appengine "5.4.0"]
Apache Buildr
'com.google.api-ads:ads-lib-appengine:jar:5.4.0'