Download ads-lib-3.6.0.jar file - Jar a

Jar examples for a:ads-lib

Description

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.

You can download jar file ads-lib 3.6.0 in this page.

License

Apache License

Build File

You can use the following script to add ads-lib-3.6.0.jar to your project.

<dependency>
   <groupId>com.google.api-ads</groupId>
   <artifactId>ads-lib</artifactId>
   <version>3.6.0</version>
</dependency>
compile group: 'com.google.api-ads', name: 'ads-lib', version: '3.6.0'
libraryDependencies += "com.google.api-ads" % "ads-lib" % "3.6.0"
<dependency org="com.google.api-ads" name="ads-lib" rev="3.6.0"/>
@Grapes(@Grab(group='com.google.api-ads', module='ads-lib', version='3.6.0'))
'com.google.api-ads:ads-lib:jar:3.6.0'

Download

Click the following link to download the jar file.

ads-lib-3.6.0-javadoc.jar
ads-lib-3.6.0-sources.jar
ads-lib-3.6.0-tests.jar
ads-lib-3.6.0.jar
ads-lib-3.6.0.pom



Related Tutorials