MVN

com.taboola : android-sdk

Maven & Gradle

Mar 17, 2021
1 usages
9 stars

taboola-android-sdk · The Taboola Mobile Ads SDK allows you to maximize monetization for your iOS and Android apps with Taboola ads

<dependency>
    <groupId>com.taboola</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

Version Vulnerabilities Updated
2.0.x
android-sdk-2.0.3
android-sdk-2.0.1
android-sdk-2.0.0
1.1.x
android-sdk-1.1.1
android-sdk-1.1.0
full
android-sdk-full-version-default-1-test2
android-sdk-full-version-default-1-test1
android-sdk-full-version-default-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.taboola</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.taboola:android-sdk:2.0.3'

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

implementation("com.taboola:android-sdk:2.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.taboola" % "android-sdk" % "2.0.3"

Advertisement