MVN

com.bazaarvoice.bvandroidsdk : auth-iovation

Maven & Gradle

Nov 17, 2022
15 stars

Bazaarvoice Authentication Iovation Library · Bazaarvoice Android SDK

<dependency>
    <groupId>com.bazaarvoice.bvandroidsdk</groupId>
    <artifactId>auth-iovation</artifactId>
    <version>8.12.1</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.12.1

All Versions

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

  • Version Updated
  • auth-iovation-8.12.1

    Nov 17, 2022
  • auth-iovation-8.12.0

    Oct 27, 2022
  • auth-iovation-8.11.0

    Jul 25, 2022
  • auth-iovation-8.10.1

    Jun 21, 2022
  • auth-iovation-8.10.0

    Jan 27, 2022
  • auth-iovation-8.9.2

    Oct 26, 2021
  • auth-iovation-8.9.1

    Sep 21, 2021
  • auth-iovation-8.9.0

    Aug 18, 2021
  • auth-iovation-8.8.0

    Jun 10, 2021
  • auth-iovation-8.7.2

    Apr 07, 2021
  • auth-iovation-8.7.1

    Feb 23, 2021
  • auth-iovation-8.7.0

    Oct 19, 2020
  • auth-iovation-8.6.0

    Aug 19, 2020
  • auth-iovation-8.5.2

    Mar 16, 2020
  • auth-iovation-8.5.1

    Feb 04, 2020
  • auth-iovation-8.5.0

    Oct 29, 2019
  • auth-iovation-8.4.0

    Aug 28, 2019
  • auth-iovation-8.3.0

    Jul 03, 2019
  • auth-iovation-8.2.3

    Jun 13, 2019
  • auth-iovation-8.2.2

    May 01, 2019
  • auth-iovation-8.2.1

    Apr 03, 2019
  • auth-iovation-8.2.0

    Feb 19, 2019
  • auth-iovation-8.1.0

    Dec 05, 2018
  • auth-iovation-8.0.2

    Oct 30, 2018
  • auth-iovation-8.0.1

    Oct 23, 2018
  • auth-iovation-8.0.0

    Oct 11, 2018
  • auth-iovation-7.4.1

    Sep 24, 2018
  • auth-iovation-7.4.0

    Aug 29, 2018
  • auth-iovation-7.3.1

    Aug 16, 2018
  • auth-iovation-7.3.0

    Aug 07, 2018
  • auth-iovation-7.2.0

    Jul 16, 2018
  • auth-iovation-7.1.0

    Jun 25, 2018
  • auth-iovation-7.0.0

    Jun 18, 2018
  • auth-iovation-6.14.5

    May 08, 2018
  • auth-iovation-6.14.4

    Apr 12, 2018
  • auth-iovation-6.14.3

    Apr 02, 2018
  • auth-iovation-6.14.2

    Nov 28, 2017
  • auth-iovation-6.14.0

    Nov 06, 2017
  • auth-iovation-6.13.0

    Nov 06, 2017
  • auth-iovation-6.12.0

    Sep 28, 2017
  • auth-iovation-6.11.0

    Sep 21, 2017
  • auth-iovation-6.10.0

    Sep 21, 2017
  • auth-iovation-6.9.1

    Aug 31, 2017
  • auth-iovation-6.9.0

    Aug 14, 2017

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.12.1</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.12.1'

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.12.1")

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.12.1"