is not current version
Last Version 1.0.0

com.google.api-ads:dfp-lib 0.4.0

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

GroupId

GroupId

com.google.api-ads
ArtifactId

ArtifactId

dfp-lib
Version

Version

0.4.0
Type

Type

jar

Download dfp-lib 0.4.0


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