MVN

com.my.target.mediation : facebook

Maven & Gradle

Apr 19, 2023
20 stars

myTarget Facebook mediation adapter · myTarget adapter for Facebook Audience network

<dependency>
    <groupId>com.my.target.mediation</groupId>
    <artifactId>facebook</artifactId>
    <version>6.6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.my.target.mediation : facebook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6.0.1

All Versions

Choose a version of com.my.target.mediation : facebook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
facebook-6.6.0.1
facebook-6.6.0.0
6.5.x
facebook-6.5.0.0

How to add a dependency to Maven

Add the following com.my.target.mediation : facebook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.my.target.mediation</groupId>
    <artifactId>facebook</artifactId>
    <version>6.6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.my.target.mediation : facebook gradle dependency to your build.gradle file:

implementation 'com.my.target.mediation:facebook:6.6.0.1'

Gradle Kotlin DSL: Add the following com.my.target.mediation : facebook gradle kotlin dependency to your build.gradle.kts file:

implementation("com.my.target.mediation:facebook:6.6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.my.target.mediation : facebook sbt scala dependency to your build.sbt file:

libraryDependencies += "com.my.target.mediation" % "facebook" % "6.6.0.1"