MVN

com.bazaarvoice.bvandroidsdk : advertising

Maven & Gradle

Nov 07, 2017
16 stars

Bazaarvoice Advertising Library · Bazaarvoice Android SDK

<dependency>
    <groupId>com.bazaarvoice.bvandroidsdk</groupId>
    <artifactId>advertising</artifactId>
    <version>6.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.bvandroidsdk : advertising to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.13.0
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of com.bazaarvoice.bvandroidsdk : advertising to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.13.x
advertising-6.13.0
6.12.x
advertising-6.12.0
6.11.x
advertising-6.11.0
6.10.x
advertising-6.10.0
6.9.x
advertising-6.9.1
advertising-6.9.0
6.8.x
advertising-6.8.1
advertising-6.8.0
6.7.x
advertising-6.7.4
advertising-6.7.3
advertising-6.7.2
advertising-6.7.1
advertising-6.7.0
6.6.x
advertising-6.6.4
advertising-6.6.3
advertising-6.6.2
advertising-6.6.1
advertising-6.6.0
6.5.x
advertising-6.5.0
6.4.x
advertising-6.4.0
6.3.x
advertising-6.3.0
6.2.x
advertising-6.2.0
5.2.x
advertising-5.2.1
advertising-5.2.0
5.1.x
advertising-5.1.3
advertising-5.1.2
advertising-5.1.1
advertising-5.1.0
5.0.x
advertising-5.0.0
4.2.x
advertising-4.2.0
4.1.x
advertising-4.1.4
advertising-4.1.3
advertising-4.1.2
advertising-4.1.1
advertising-4.1.0
4.0.x
advertising-4.0.5
advertising-4.0.4
advertising-4.0.3
advertising-4.0.0
3.2.x
advertising-3.2.1
advertising-3.2.0
3.1.x
advertising-3.1.0
3.0.x
advertising-3.0.1
advertising-3.0.0-RC1

How to add a dependency to Maven

Add the following com.bazaarvoice.bvandroidsdk : advertising maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bazaarvoice.bvandroidsdk</groupId>
    <artifactId>advertising</artifactId>
    <version>6.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.bvandroidsdk : advertising gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.bvandroidsdk:advertising:6.13.0'

Gradle Kotlin DSL: Add the following com.bazaarvoice.bvandroidsdk : advertising gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.bvandroidsdk:advertising:6.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.bvandroidsdk : advertising sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "advertising" % "6.13.0"