Download common-3.3.0-v20070426.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.3.0-v20070426 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.3.0-v20070426.jar to your project.

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

Download

Click the following link to download the jar file.

common-3.3.0-v20070426.jar
common-3.3.0-v20070426.pom



Related Tutorials