Download common-r16.jar file - Jar c

Jar examples for c:common

Description

The common framework for client libraries for accessing various Google ads APIs. Users are not expected to list this as a dependency on its own. Instead, there are product specific libraries such as "dfa-lib" and "adwords-lib" that already have this listed as a dependency.

You can download jar file common r16 in this page.

License

Creative Commons Attribution-NoDerivatives 4.0 International Public License

Build File

You can use the following script to add common-r16.jar to your project.

<dependency>
   <groupId>com.android</groupId>
   <artifactId>common</artifactId>
   <version>r16</version>
</dependency>
compile group: 'com.android', name: 'common', version: 'r16'
libraryDependencies += "com.android" % "common" % "r16"
<dependency org="com.android" name="common" rev="r16"/>
@Grapes(@Grab(group='com.android', module='common', version='r16'))
'com.android:common:jar:r16'

Download

Click the following link to download the jar file.

common-r16-javadoc.jar
common-r16-sources.jar
common-r16.jar
common-r16.pom



Related Tutorials