tesseract
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.otpless-tech</groupId> <artifactId>tesseract</artifactId> <version>0.1.8</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.otpless-tech</groupId> <artifactId>tesseract</artifactId> <version>0.1.8</version> <packaging>aar</packaging> <name>tesseract</name> <description>otpless sim state receiver removed from android manifest, client can add this explicitly</description> <url>https://github.com/otpless-tech/otpless-secure-sdk/tree/main</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>digvijay-otpless</id> <name>Digvijay Singh</name> <email>digvijay.singh@otpless.com</email> </developer> </developers> <scm> <connection>scm:git:ssh://git@github.com:otpless-tech/otpless-secure-sdk.git</connection> <developerConnection>scm:git:ssh://git@github.com:otpless-tech/otpless-secure-sdk.git</developerConnection> <url>https://github.com/otpless-tech/otpless-secure-sdk/tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.7.3</version> <scope>compile</scope> </dependency> </dependencies> </project>