MVN

eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils

Maven & Gradle

Oct 18, 2017
1 stars

Google Ads DFP Utilities · Google Ads DFP Utility classes to speed up the integration

<dependency>
    <groupId>eu.adlogix.com.google.api.ads.dfp</groupId>
    <artifactId>googleads-dfp-utils</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
googleads-dfp-utils-0.0.13
googleads-dfp-utils-0.0.12
googleads-dfp-utils-0.0.10
googleads-dfp-utils-0.0.9
googleads-dfp-utils-0.0.8
googleads-dfp-utils-0.0.7
googleads-dfp-utils-0.0.6
googleads-dfp-utils-0.0.5
googleads-dfp-utils-0.0.4
googleads-dfp-utils-0.0.3
googleads-dfp-utils-0.0.2
googleads-dfp-utils-0.0.1

How to add a dependency to Maven

Add the following eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.adlogix.com.google.api.ads.dfp</groupId>
    <artifactId>googleads-dfp-utils</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils gradle dependency to your build.gradle file:

implementation 'eu.adlogix.com.google.api.ads.dfp:googleads-dfp-utils:0.0.13'

Gradle Kotlin DSL: Add the following eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.adlogix.com.google.api.ads.dfp:googleads-dfp-utils:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.adlogix.com.google.api.ads.dfp : googleads-dfp-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.adlogix.com.google.api.ads.dfp" % "googleads-dfp-utils" % "0.0.13"