auth-iovation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bazaarvoice.bvandroidsdk</groupId> <artifactId>auth-iovation</artifactId> <version>8.19.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.bazaarvoice.bvandroidsdk</groupId> <artifactId>auth-iovation</artifactId> <version>8.19.0</version> <packaging>aar</packaging> <name>Bazaarvoice Authentication Iovation Library</name> <description>Bazaarvoice Android SDK</description> <url>https://github.com/bazaarvoice/bv-android-sdk</url> <licenses> <license> <name>Copyright (c) 2016 Bazaarvoice, Inc.</name> <url>http://www.bazaarvoice.com/legal/api-terms-of-use.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bazaarvoice</id> <name>Bazaarvoice</name> </developer> </developers> <scm> <connection>scm:git@github.com:bazaarvoice/bv-android-sdk.git</connection> <developerConnection>scm:git@github.com:bazaarvoice/bv-android-sdk.git</developerConnection> <url>https://github.com/bazaarvoice/bv-android-sdk</url> </scm> <dependencies> <dependency> <groupId>com.iovation.fraudforce.lib.FraudForce</groupId> <artifactId>fraudforce-lib-4.1.1-release</artifactId> <version>4.1.1</version> <type>aar</type> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.bazaarvoice.bvandroidsdk</groupId> <artifactId>conversations</artifactId> <version>8.19.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>