MVN

com.dataseat : dataseatMopubAdapters

Maven & Gradle

Nov 04, 2021
0 stars

dataseatMopubAdapters · Dataseat SDK Mopub Mediation Adapters

<dependency>
    <groupId>com.dataseat</groupId>
    <artifactId>dataseatMopubAdapters</artifactId>
    <version>1.0.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dataseat : dataseatMopubAdapters to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14.1

All Versions

Choose a version of com.dataseat : dataseatMopubAdapters to add to Maven or Gradle - All Versions:

  • Version Updated
  • dataseatMopubAdapters-1.0.14.1

    Nov 04, 2021
  • dataseatMopubAdapters-1.0.13.1

    Nov 01, 2021
  • dataseatMopubAdapters-1.0.12.1

    Nov 01, 2021
  • dataseatMopubAdapters-1.0.11.1

    Nov 01, 2021
  • dataseatMopubAdapters-1.0.10.1

    Sep 28, 2021
  • dataseatMopubAdapters-1.0.9.1

    Sep 08, 2021
  • dataseatMopubAdapters-1.0.8.1

    Sep 08, 2021
  • dataseatMopubAdapters-1.0.7.1

    Sep 06, 2021
  • dataseatMopubAdapters-1.0.6.1

    Aug 25, 2021
  • dataseatMopubAdapters-1.0.5.1

    Aug 20, 2021
  • dataseatMopubAdapters-1.0.3.1

    Aug 09, 2021
  • dataseatMopubAdapters-1.0.2.1

    Aug 04, 2021
  • dataseatMopubAdapters-1.0.0.1

    Jul 30, 2021
  • dataseatMopubAdapters-1.0.0

    Jul 30, 2021

How to add a dependency to Maven

Add the following com.dataseat : dataseatMopubAdapters maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dataseat</groupId>
    <artifactId>dataseatMopubAdapters</artifactId>
    <version>1.0.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dataseat : dataseatMopubAdapters gradle dependency to your build.gradle file:

implementation 'com.dataseat:dataseatMopubAdapters:1.0.14.1'

Gradle Kotlin DSL: Add the following com.dataseat : dataseatMopubAdapters gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dataseat:dataseatMopubAdapters:1.0.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dataseat : dataseatMopubAdapters sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dataseat" % "dataseatMopubAdapters" % "1.0.14.1"