MVN

mobi.pocketmedia : nativeadslib

Maven & Gradle

Oct 28, 2016

Pocket Media Native Ads Lib · Library to ease the integration with Pocket Media Native Ads platform

<dependency>
    <groupId>mobi.pocketmedia</groupId>
    <artifactId>nativeadslib</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mobi.pocketmedia : nativeadslib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of mobi.pocketmedia : nativeadslib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
nativeadslib-1.3.1
nativeadslib-1.3.0
1.2.x
nativeadslib-1.2.3
nativeadslib-1.2.2
nativeadslib-1.2.1
nativeadslib-1.2.0
1.1.x
nativeadslib-1.1.0
1.0.x
nativeadslib-1.0.0

How to add a dependency to Maven

Add the following mobi.pocketmedia : nativeadslib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mobi.pocketmedia</groupId>
    <artifactId>nativeadslib</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mobi.pocketmedia : nativeadslib gradle dependency to your build.gradle file:

implementation 'mobi.pocketmedia:nativeadslib:1.3.1'

Gradle Kotlin DSL: Add the following mobi.pocketmedia : nativeadslib gradle kotlin dependency to your build.gradle.kts file:

implementation("mobi.pocketmedia:nativeadslib:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following mobi.pocketmedia : nativeadslib sbt scala dependency to your build.sbt file:

libraryDependencies += "mobi.pocketmedia" % "nativeadslib" % "1.3.1"