Ads API Client Library.
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis....
Here is the list of declaration for ads-lib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.api-ads</groupId> <artifactId>ads-lib</artifactId> <version>1.35.0</version> </dependency>
If you think this Maven repository POM file listing for ads-lib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The ads-lib-1.35.0 has 17 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Java Library | guava-jdk5 17.0 Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec. | 10 |
Testing Coding Style | jsr305 2.0.1 JSR305 Annotations for Findbugs | 166 |
Data Structure | commons-configuration 1.7 Tools to assist in the reading of configuration/preferences files in various formats | 44 |
Data Structure | commons-lang 2.5 Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 208 |
Parser | opencsv 1.8 opencsv is a very simple csv (comma-separated values) parser library for Java. It was developed because all of current csv parsers I've come across don't have commercial-friendly licenses. | 49 |
Log | slf4j-api 1.7.7 The slf4j API | 568 |
Java Library | joda-time 1.6 Date and time library to replace JDK date handling. | 200 |
Jetty | jetty 5.1.10 Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent an... | 38 |
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
Testing Mock | mockito-all 1.9.5 Mock objects library for java | 1072 |
The following plugins are used in the ads-lib-1.35.0.jar
The following packages are defined in the ads-lib-1.35.0.jar
com.google.api.ads.adwords.lib com.google.api.ads.adwords.lib.client com.google.api.ads.adwords.lib.client.reporting com.google.api.ads.adwords.lib.conf com.google.api.ads.adwords.lib.factory com.google.api.ads.adwords.lib.factory.helper com.google.api.ads.adwords.lib.factory.helper.testing.foobar.cm com.google.api.ads.adwords.lib.factory.helper.testing.v201406.cm com.google.api.ads.adwords.lib.jaxb.v201402 com.google.api.ads.adwords.lib.jaxb.v201406 com.google.api.ads.adwords.lib.jaxb.v201409 com.google.api.ads.adwords.lib.utils com.google.api.ads.adwords.lib.utils.logging com.google.api.ads.adwords.lib.utils.v201402 com.google.api.ads.adwords.lib.utils.v201406 com.google.api.ads.adwords.lib.utils.v201409 com.google.api.ads.common.lib com.google.api.ads.common.lib.auth com.google.api.ads.common.lib.client com.google.api.ads.common.lib.conf com.google.api.ads.common.lib.exception com.google.api.ads.common.lib.factory com.google.api.ads.common.lib.factory.helper com.google.api.ads.common.lib.soap com.google.api.ads.common.lib.soap.compatability com.google.api.ads.common.lib.soap.jaxb com.google.api.ads.common.lib.useragent com.google.api.ads.common.lib.utils com.google.api.ads.common.lib.utils.logging com.google.api.ads.dfa.lib com.google.api.ads.dfa.lib.auth com.google.api.ads.dfa.lib.client com.google.api.ads.dfa.lib.conf com.google.api.ads.dfa.lib.factory com.google.api.ads.dfa.lib.factory.helper com.google.api.ads.dfa.lib.utils com.google.api.ads.dfp.lib com.google.api.ads.dfp.lib.client com.google.api.ads.dfp.lib.conf com.google.api.ads.dfp.lib.factory com.google.api.ads.dfp.lib.factory.helper com.google.api.ads.dfp.lib.factory.helper.testing.v201311 com.google.api.ads.dfp.lib.factory.helper.testing.v201403 com.google.api.ads.dfp.lib.soap com.google.api.ads.dfp.lib.utils
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.google.api-ads</groupId> <artifactId>client-libs-parent</artifactId> <version>1.35.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.google.api-ads</groupId> <artifactId>ads-lib</artifactId> <version>1.35.0</version> <packaging>jar</packaging> <name>Ads API Client Library</name> <description> Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis" artifact. </description> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> <resources> <resource> <targetPath>com/google/api/ads/adwords/lib/conf/props</targetPath> <filtering>false</filtering> <directory>src/main/java/com/google/api/ads/adwords/lib/conf/props</directory> <includes> <include>*.properties</include> </includes> </resource> <resource> <targetPath>com/google/api/ads/dfa/lib/conf/props</targetPath> <filtering>false</filtering> <directory>src/main/java/com/google/api/ads/dfa/lib/conf/props</directory> <includes> <include>*.properties</include> </includes> </resource> <resource> <targetPath>com/google/api/ads/dfp/lib/conf/props</targetPath> <filtering>false</filtering> <directory>src/main/java/com/google/api/ads/dfp/lib/conf/props</directory> <includes> <include>*.properties</include> </includes> </resource> <resource> <targetPath>com/google/api/ads/common/lib/conf/props</targetPath> <filtering>false</filtering> <directory>src/main/java/com/google/api/ads/common/lib/conf/props</directory> <includes> <include>*.properties</include> </includes> </resource> </resources> <testResources> <testResource> <directory>src/main/resources</directory> </testResource> <testResource> <targetPath>com/google/api/ads/common/lib/auth/props</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/common/lib/auth/props</directory> <includes> <include>*.properties</include> </includes> </testResource> <testResource> <targetPath>com/google/api/ads/common/lib/auth/testing</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/common/lib/auth/testing</directory> <includes> <include>*.txt</include> </includes> </testResource> <testResource> <targetPath>com/google/api/ads/common/lib/conf/props</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/common/lib/conf/props</directory> <includes> <include>*.properties</include> </includes> </testResource> <testResource> <targetPath>com/google/api/ads/adwords/lib/soap/testing</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/adwords/lib/soap/testing</directory> <includes> <include>*.xml</include> </includes> </testResource> <testResource> <targetPath>com/google/api/ads/dfa/lib/soap/testing</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/dfa/lib/soap/testing</directory> <includes> <include>*.xml</include> </includes> </testResource> <testResource> <targetPath>com/google/api/ads/dfp/lib/soap/testing</targetPath> <filtering>false</filtering> <directory>src/test/java/com/google/api/ads/dfp/lib/soap/testing</directory> <includes> <include>*.xml</include> </includes> </testResource> </testResources> </build> <dependencies> <!-- Third party dependencies --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-jdk5</artifactId> <version>17.0</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>net.sf.opencsv</groupId> <artifactId>opencsv</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>1.19.0</version> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson2</artifactId> <version>1.19.0</version> </dependency> <!-- Testing dependencies --> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.44.0</version> <scope>test</scope> </dependency> <dependency> <groupId>jetty</groupId> <artifactId>jetty</artifactId> <version>5.1.10</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> </project>