MVN

com.bazaarvoice.bvandroidsdk : auth-iovation

Maven & Gradle

Jun 08, 2023
16 stars

Bazaarvoice Authentication Iovation Library · Bazaarvoice Android SDK

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

Latest Version

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

  • Latest Stable: 8.14.0

All Versions

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

Version Vulnerabilities Updated
8.14.x
auth-iovation-8.14.0
8.13.x
auth-iovation-8.13.0
8.12.x
auth-iovation-8.12.1
auth-iovation-8.12.0
8.11.x
auth-iovation-8.11.0
8.10.x
auth-iovation-8.10.1
auth-iovation-8.10.0
8.9.x
auth-iovation-8.9.2
auth-iovation-8.9.1
auth-iovation-8.9.0
8.8.x
auth-iovation-8.8.0
8.7.x
auth-iovation-8.7.2
auth-iovation-8.7.1
auth-iovation-8.7.0
8.6.x
auth-iovation-8.6.0
8.5.x
auth-iovation-8.5.2
auth-iovation-8.5.1
auth-iovation-8.5.0
8.4.x
auth-iovation-8.4.0
8.3.x
auth-iovation-8.3.0
8.2.x
auth-iovation-8.2.3
auth-iovation-8.2.2
auth-iovation-8.2.1
auth-iovation-8.2.0
8.1.x
auth-iovation-8.1.0
8.0.x
auth-iovation-8.0.2
auth-iovation-8.0.1
auth-iovation-8.0.0
7.4.x
auth-iovation-7.4.1
auth-iovation-7.4.0
7.3.x
auth-iovation-7.3.1
auth-iovation-7.3.0
7.2.x
auth-iovation-7.2.0
7.1.x
auth-iovation-7.1.0
7.0.x
auth-iovation-7.0.0
6.14.x
auth-iovation-6.14.5
auth-iovation-6.14.4
auth-iovation-6.14.3
auth-iovation-6.14.2
auth-iovation-6.14.0
6.13.x
auth-iovation-6.13.0
6.12.x
auth-iovation-6.12.0
6.11.x
auth-iovation-6.11.0
6.10.x
auth-iovation-6.10.0
6.9.x
auth-iovation-6.9.1
auth-iovation-6.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bazaarvoice.bvandroidsdk</groupId>
    <artifactId>auth-iovation</artifactId>
    <version>8.14.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bazaarvoice.bvandroidsdk:auth-iovation:8.14.0'

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

implementation("com.bazaarvoice.bvandroidsdk:auth-iovation:8.14.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "auth-iovation" % "8.14.0"

Advertisement