MVN

com.inmobi.monetization : inmobi-mopub-plugin

Maven & Gradle

Oct 31, 2022

InMobi Mopub Plugin · InMobi MoPub plugin

<dependency>
    <groupId>com.inmobi.monetization</groupId>
    <artifactId>inmobi-mopub-plugin</artifactId>
    <version>10.1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inmobi.monetization : inmobi-mopub-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.1.0

All Versions

Choose a version of com.inmobi.monetization : inmobi-mopub-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
inmobi-mopub-plugin-10.1.1.0
10.0.x
inmobi-mopub-plugin-10.0.3.0
inmobi-mopub-plugin-10.0.2.0
inmobi-mopub-plugin-10.0.1.0
inmobi-mopub-plugin-10.0.0.0
9.2.x
inmobi-mopub-plugin-9.2.1.0
inmobi-mopub-plugin-9.2.0.0
9.1.x
inmobi-mopub-plugin-9.1.9.0
inmobi-mopub-plugin-9.1.7.0
inmobi-mopub-plugin-9.1.6.0
inmobi-mopub-plugin-9.1.5.0
inmobi-mopub-plugin-9.1.1.0
inmobi-mopub-plugin-9.1.0.0
9.0.x
inmobi-mopub-plugin-9.0.9.0
inmobi-mopub-plugin-9.0.8.0
inmobi-mopub-plugin-9.0.7.1
inmobi-mopub-plugin-9.0.7.0
inmobi-mopub-plugin-9.0.6.0
inmobi-mopub-plugin-9.0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.inmobi.monetization</groupId>
    <artifactId>inmobi-mopub-plugin</artifactId>
    <version>10.1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.inmobi.monetization : inmobi-mopub-plugin gradle dependency to your build.gradle file:

implementation 'com.inmobi.monetization:inmobi-mopub-plugin:10.1.1.0'

Gradle Kotlin DSL: Add the following com.inmobi.monetization : inmobi-mopub-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.inmobi.monetization:inmobi-mopub-plugin:10.1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.inmobi.monetization : inmobi-mopub-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.inmobi.monetization" % "inmobi-mopub-plugin" % "10.1.1.0"