MVN

com.bazaarvoice.bvandroidsdk : notifications

Maven & Gradle

Jun 08, 2023
2 usages
16 stars

Bazaarvoice Notifications Library · Bazaarvoice Android SDK

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

Latest Version

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

  • Latest Stable: 8.14.0

All Versions

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

Version Vulnerabilities Updated
8.14.x
notifications-8.14.0
8.13.x
notifications-8.13.0
8.12.x
notifications-8.12.1
notifications-8.12.0
8.11.x
notifications-8.11.0
8.10.x
notifications-8.10.1
notifications-8.10.0
8.9.x
notifications-8.9.2
notifications-8.9.1
notifications-8.9.0
8.8.x
notifications-8.8.0
8.7.x
notifications-8.7.2
notifications-8.7.1
notifications-8.7.0
8.6.x
notifications-8.6.0
8.5.x
notifications-8.5.2
notifications-8.5.1
notifications-8.5.0
8.4.x
notifications-8.4.0
8.3.x
notifications-8.3.0
8.2.x
notifications-8.2.3
notifications-8.2.2
notifications-8.2.1
notifications-8.2.0
8.1.x
notifications-8.1.0
8.0.x
notifications-8.0.2
notifications-8.0.1
notifications-8.0.0
7.4.x
notifications-7.4.1
notifications-7.4.0
7.3.x
notifications-7.3.1
notifications-7.3.0
7.2.x
notifications-7.2.0
7.1.x
notifications-7.1.0
7.0.x
notifications-7.0.0
6.14.x
notifications-6.14.5
notifications-6.14.4
notifications-6.14.3
notifications-6.14.2
notifications-6.14.0
6.13.x
notifications-6.13.0
6.12.x
notifications-6.12.0
6.11.x
notifications-6.11.0
6.10.x
notifications-6.10.0
6.9.x
notifications-6.9.1
notifications-6.9.0
6.8.x
notifications-6.8.1
notifications-6.8.0
6.7.x
notifications-6.7.4
notifications-6.7.3
notifications-6.7.2
notifications-6.7.1
notifications-6.7.0
6.6.x
notifications-6.6.4
notifications-6.6.3
notifications-6.6.2
notifications-6.6.1
notifications-6.6.0
6.5.x
notifications-6.5.0
6.4.x
notifications-6.4.0
6.3.x
notifications-6.3.0
6.2.x
notifications-6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bazaarvoice.bvandroidsdk</groupId>
    <artifactId>notifications</artifactId>
    <version>8.14.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bazaarvoice.bvandroidsdk:notifications:8.14.0'

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

implementation("com.bazaarvoice.bvandroidsdk:notifications:8.14.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "notifications" % "8.14.0"

Advertisement