is not current version
Last Version 4.18.0

com.google.api-ads:ads-lib 1.1.0

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.

GroupId

GroupId

com.google.api-ads
ArtifactId

ArtifactId

ads-lib
Version

Version

1.1.0
Type

Type

jar

Download ads-lib 1.1.0


<!-- https://jarcasting.com/artifacts/com.google.api-ads/ads-lib/ -->
<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>ads-lib</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-ads/ads-lib/
implementation 'com.google.api-ads:ads-lib:1.1.0'
// https://jarcasting.com/artifacts/com.google.api-ads/ads-lib/
implementation ("com.google.api-ads:ads-lib:1.1.0")
'com.google.api-ads:ads-lib:jar:1.1.0'
<dependency org="com.google.api-ads" name="ads-lib" rev="1.1.0">
  <artifact name="ads-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api-ads', module='ads-lib', version='1.1.0')
)
libraryDependencies += "com.google.api-ads" % "ads-lib" % "1.1.0"
[com.google.api-ads/ads-lib "1.1.0"]