native-otp-reader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>in.payu</groupId> <artifactId>native-otp-reader</artifactId> <version>1.3.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>in.payu</groupId> <artifactId>native-otp-reader</artifactId> <version>1.3.2</version> <packaging>aar</packaging> <name>native-otp-reader</name> <description>PayU SDK to read OTP.</description> <url>https://gitlab.payu.in/payu/native-otp-reader.git</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>mobile_payu</id> <name>PayU Mobile</name> <email>payumoneyapp@payumoney.com</email> </developer> </developers> <scm> <url>https://gitlab.payu.in/payu/native-otp-reader.git</url> </scm> <dependencies> <dependency> <artifactId>kotlin-stdlib</artifactId> <groupId>org.jetbrains.kotlin</groupId> <version>1.6.10</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>play-services-auth-api-phone</artifactId> <groupId>com.google.android.gms</groupId> <version>18.0.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>activity</artifactId> <groupId>androidx.activity</groupId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>lifecycle-common-java8</artifactId> <groupId>androidx.lifecycle</groupId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>appcompat</artifactId> <groupId>androidx.appcompat</groupId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>payuanalytics</artifactId> <groupId>in.payu</groupId> <version>1.5.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>