Download common-3.6.200-v20130402-1505.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 3.6.200-v20130402-1505 in this page.

License

Creative Commons Attribution-NoDerivatives 4.0 International Public License

Build File

You can use the following script to add common-3.6.200-v20130402-1505.jar to your project.

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>common</artifactId>
   <version>3.6.200-v20130402-1505</version>
</dependency>
compile group: 'org.eclipse.equinox', name: 'common', version: '3.6.200-v20130402-1505'
libraryDependencies += "org.eclipse.equinox" % "common" % "3.6.200-v20130402-1505"
<dependency org="org.eclipse.equinox" name="common" rev="3.6.200-v20130402-1505"/>
@Grapes(@Grab(group='org.eclipse.equinox', module='common', version='3.6.200-v20130402-1505'))
'org.eclipse.equinox:common:jar:3.6.200-v20130402-1505'

Download

Click the following link to download the jar file.

common-3.6.200-v20130402-1505-javadoc.jar
common-3.6.200-v20130402-1505-sources.jar
common-3.6.200-v20130402-1505.jar
common-3.6.200-v20130402-1505.pom



Related Tutorials