MVN

com.bazaarvoice.bvandroidsdk : store-notifications

Maven & Gradle

Jun 08, 2023
16 stars

Bazaarvoice Store Notifications Library · Bazaarvoice Android SDK

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

Latest Version

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

  • Latest Stable: 8.14.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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