MVN

com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation

Maven & Gradle

Jun 04, 2019
79 stars

AppNexus Android SDK: Chartboost Mediation Adapter · AppNexus's Android Advertising Libraries: Mediation adapter for Chartboost

<dependency>
    <groupId>com.appnexus.opensdk.mediatedviews</groupId>
    <artifactId>appnexus-chartboost-mediation</artifactId>
    <version>5.4-6.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4-6.5.1

All Versions

Choose a version of com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4
appnexus-chartboost-mediation-5.4-6.5.1
5.3
appnexus-chartboost-mediation-5.3-6.5.1
5.2
appnexus-chartboost-mediation-5.2-6.5.1
5.1.x
appnexus-chartboost-mediation-5.1.2-6.5.1
appnexus-chartboost-mediation-5.1.1-6.5.1
5.1
appnexus-chartboost-mediation-5.1-6.5.1
5.0
appnexus-chartboost-mediation-5.0-6.5.1
4.12
appnexus-chartboost-mediation-4.12-6.5.1
4.11.x
appnexus-chartboost-mediation-4.11.2-6.5.1
appnexus-chartboost-mediation-4.11.1-6.5.1
4.11
appnexus-chartboost-mediation-4.11-6.5.1
4.10
appnexus-chartboost-mediation-4.10-6.5.1
4.9
appnexus-chartboost-mediation-4.9-6.5.1
4.8.x
appnexus-chartboost-mediation-4.8.1-6.5.1
4.8
appnexus-chartboost-mediation-4.8-6.5.1
4.7
appnexus-chartboost-mediation-4.7-6.5.1
4.6
appnexus-chartboost-mediation-4.6-6.5.1
4.5
appnexus-chartboost-mediation-4.5-6.5.1
4.4
appnexus-chartboost-mediation-4.4-6.5.1
4.3
appnexus-chartboost-mediation-4.3-6.5.1
4.2
appnexus-chartboost-mediation-4.2-6.5.1
4.1
appnexus-chartboost-mediation-4.1-6.5.1
4.0
appnexus-chartboost-mediation-4.0-6.5.1
3.5
appnexus-chartboost-mediation-3.5-6.5.1
3.4
appnexus-chartboost-mediation-3.4-6.5.1
3.3
appnexus-chartboost-mediation-3.3-6.5.1
3.2
appnexus-chartboost-mediation-3.2-6.5.1
3.1
appnexus-chartboost-mediation-3.1-6.5.1
3.0
appnexus-chartboost-mediation-3.0-6.5.1
2.16
appnexus-chartboost-mediation-2.16-6.5.1
2.15.x
appnexus-chartboost-mediation-2.15.1-6.5.1
2.15
appnexus-chartboost-mediation-2.15-6.5.1
2.14
appnexus-chartboost-mediation-2.14-6.4.1
2.13
appnexus-chartboost-mediation-2.13-6.4.1
2.12
appnexus-chartboost-mediation-2.12-6.4.1
2.11
appnexus-chartboost-mediation-2.11-6.4.1
2.10
appnexus-chartboost-mediation-2.10-5.5.3
2.9.x
appnexus-chartboost-mediation-2.9.1-5.5.3
2.9
appnexus-chartboost-mediation-2.9-5.5.3
2.8
appnexus-chartboost-mediation-2.8-5.5.3
2.7.x
appnexus-chartboost-mediation-2.7.1-5.5.3
2.6
appnexus-chartboost-mediation-2.6-5.5.3
2.5.x
appnexus-chartboost-mediation-2.5.1-5.5.3
2.5
appnexus-chartboost-mediation-2.5-5.5.3
2.4
appnexus-chartboost-mediation-2.4-5.3.0
2.3.x
appnexus-chartboost-mediation-2.3.1-5.4.1
appnexus-chartboost-mediation-2.3.0-5.4.1
2.2.x
appnexus-chartboost-mediation-2.2.0-5.2.0

How to add a dependency to Maven

Add the following com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appnexus.opensdk.mediatedviews</groupId>
    <artifactId>appnexus-chartboost-mediation</artifactId>
    <version>5.4-6.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation gradle dependency to your build.gradle file:

implementation 'com.appnexus.opensdk.mediatedviews:appnexus-chartboost-mediation:5.4-6.5.1'

Gradle Kotlin DSL: Add the following com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appnexus.opensdk.mediatedviews:appnexus-chartboost-mediation:5.4-6.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appnexus.opensdk.mediatedviews : appnexus-chartboost-mediation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appnexus.opensdk.mediatedviews" % "appnexus-chartboost-mediation" % "5.4-6.5.1"