Java Ads APIs Client Libraries Common Layer

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.

License

License

GroupId

GroupId

com.google.api-ads
ArtifactId

ArtifactId

common
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Ads APIs Client Libraries Common Layer
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.

Download common

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.api-ads/common/ -->
<dependency>
    <groupId>com.google.api-ads</groupId>
    <artifactId>common</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-ads/common/
implementation 'com.google.api-ads:common:0.4.0'
// https://jarcasting.com/artifacts/com.google.api-ads/common/
implementation ("com.google.api-ads:common:0.4.0")
'com.google.api-ads:common:jar:0.4.0'
<dependency org="com.google.api-ads" name="common" rev="0.4.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api-ads', module='common', version='0.4.0')
)
libraryDependencies += "com.google.api-ads" % "common" % "0.4.0"
[com.google.api-ads/common "0.4.0"]

Dependencies

compile (9)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-assistedinject jar 3.0
com.google.guava : guava jar RELEASE
com.google.api.client : google-api-client jar RELEASE
commons-lang : commons-lang jar 2.3
org.slf4j : slf4j-api jar 1.6.1
commons-configuration : commons-configuration jar 1.6
commons-httpclient : commons-httpclient jar 3.1
com.ctc.wstx : woodstox-osgi jar 3.2.1.1

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.2
org.easymock : easymock jar 3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0