Download api-common-1.4.0.jar file - Jar a

Jar examples for a:api-common

Description

Common utilities for Google APIs in Java

You can download jar file api-common 1.4.0 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

api-common-1.4.0-javadoc.jar
api-common-1.4.0-sources.jar
api-common-1.4.0.jar
api-common-1.4.0.pom



Related Tutorials