twilio-verify-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.twilio</groupId>
<artifactId>twilio-verify-android</artifactId>
<version>0.9.1</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.twilio</groupId>
<artifactId>twilio-verify-android</artifactId>
<version>0.9.1</version>
<packaging>aar</packaging>
<name>twilio-verify-android</name>
<description>Twilio Verify Push SDK helps you verify users by adding a low-friction, secure, cost-effective, "push verification" factor into your own mobile application. This fully managed API service allows you to seamlessly verify users in-app via a secure channel, without the risks, hassles or costs of One-Time Passcodes (OTPs).</description>
<url>https://github.com/twilio/twilio-verify-android</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/twilio/twilio-verify-android/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Twilio</id>
<name>Twilio</name>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/twilio/twilio-verify-android.git</connection>
<developerConnection>scm:git:ssh://github.com/twilio/twilio-verify-android.git</developerConnection>
<url>https://github.com/twilio/twilio-verify-android/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>com.twilio</groupId>
<artifactId>twilio-security-android</artifactId>
<version>0.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>2.1.10</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>