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

License

Creative Commons Attribution-NoDerivatives 4.0 International Public License

Build File

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

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

Download

Click the following link to download the jar file.

common-1.3-javadoc.jar
common-1.3-sources.jar
common-1.3.jar
common-1.3.pom



Related Tutorials