MVN

com.mopub : mopub-sdk-interstitial

Maven & Gradle

Apr 28, 2021
2 usages
536 stars

mopub-sdk-interstitial · MoPub Android SDK - Fullscreen (deprecated)

<dependency>
    <groupId>com.mopub</groupId>
    <artifactId>mopub-sdk-interstitial</artifactId>
    <version>5.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mopub : mopub-sdk-interstitial to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.0

All Versions

Choose a version of com.mopub : mopub-sdk-interstitial to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.12.x
mopub-sdk-interstitial-5.12.0
5.11.x
mopub-sdk-interstitial-5.11.1
mopub-sdk-interstitial-5.11.0
5.10.x
mopub-sdk-interstitial-5.10.0
5.9.x
mopub-sdk-interstitial-5.9.1
mopub-sdk-interstitial-5.9.0
5.8.x
mopub-sdk-interstitial-5.8.0

How to add a dependency to Maven

Add the following com.mopub : mopub-sdk-interstitial maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mopub</groupId>
    <artifactId>mopub-sdk-interstitial</artifactId>
    <version>5.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mopub : mopub-sdk-interstitial gradle dependency to your build.gradle file:

implementation 'com.mopub:mopub-sdk-interstitial:5.8.0'

Gradle Kotlin DSL: Add the following com.mopub : mopub-sdk-interstitial gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mopub:mopub-sdk-interstitial:5.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mopub : mopub-sdk-interstitial sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mopub" % "mopub-sdk-interstitial" % "5.8.0"

Advertisement