Files download
File Operation
mopub-5.14.0.1.pom download
mopub-5.14.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sunitsdk</groupId>
  <artifactId>mopub</artifactId>
  <version>5.14.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.sunitsdk:mopub:5.14.0.1'
Gradle Kotlin
implementation("io.github.sunitsdk:mopub:5.14.0.1")
Scala SBT
libraryDependencies += "io.github.sunitsdk" % "mopub" % "5.14.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sunitsdk', module='mopub', version='5.14.0.1')
)
Apache Ivy
<dependency org="io.github.sunitsdk" name="mopub" rev="5.14.0.1" />
Leiningen
[io.github.sunitsdk/mopub "5.14.0.1"]
Apache Buildr
'io.github.sunitsdk:mopub:jar:5.14.0.1'