is not current version
Last Version 1.0.0

com.google.api-ads:dfa-lib 0.1.0

Java client library for accessing the DoubleClick for Advertisers (DFA) API. 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. The DFA API only supports Apache Axis at the moment, so the necessary artifact is named "dfa-axis".

GroupId

GroupId

com.google.api-ads
ArtifactId

ArtifactId

dfa-lib
Version

Version

0.1.0
Type

Type

jar

Download dfa-lib 0.1.0


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