не последняя версия
Последняя версия 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".

Группа

Группа

com.google.api-ads
Идентификатор

Идентификатор

dfp-lib
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать 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"]