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