is not current version
Last Version 1.0.0

com.google.api-ads:adwords-lib 0.4.0

Java client library for accessing the AdWords API. 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. The AdWords API only supports Apache Axis at the moment, so the necessary artifact is named "adwords-axis".

GroupId

GroupId

com.google.api-ads
ArtifactId

ArtifactId

adwords-lib
Version

Version

0.4.0
Type

Type

jar

Download adwords-lib 0.4.0


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