Download common-0.0.17.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 0.0.17 in this page.

License

Creative Commons Attribution-NoDerivatives 4.0 International Public License

Build File

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

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

Download

Click the following link to download the jar file.

common-0.0.17-javadoc.jar
common-0.0.17-sources.jar
common-0.0.17.jar
common-0.0.17.pom



Related Tutorials