docv
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.trulioo</groupId> <artifactId>docv</artifactId> <version>2.14.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.trulioo</groupId> <artifactId>docv</artifactId> <version>2.14.0</version> <packaging>aar</packaging> <name>Trulioo DocV</name> <description>Trulioo DocV Android SDK</description> <url>https://www.trulioo.com/</url> <licenses> <license> <name>Trulioo License</name> <comments>Please see license.md file.</comments> </license> </licenses> <developers> <developer> <name>Trulioo</name> <email>support@trulioo.com</email> <organization>Trulioo</organization> <organizationUrl>https://developer.trulioo.com</organizationUrl> </developer> </developers> <scm> <url>https://gitlab.com/d3258/docv/d3994/client</url> </scm> <dependencies> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-compose</artifactId> <version>2.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime</artifactId> <version>0.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-protobuf</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.startup</groupId> <artifactId>startup-runtime</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.connectrpc</groupId> <artifactId>connect-kotlin-google-javalite-ext</artifactId> <version>0.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-javalite</artifactId> <version>4.28.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.connectrpc</groupId> <artifactId>connect-kotlin-okhttp</artifactId> <version>0.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.accompanist</groupId> <artifactId>accompanist-permissions</artifactId> <version>0.34.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-core</artifactId> <version> 1.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-camera2</artifactId> <version>1.4.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-lifecycle</artifactId> <version>1.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-view</artifactId> <version>1.4.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.compiler</groupId> <artifactId>compiler</artifactId> <version>1.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime-livedata</artifactId> <version>1.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <version>1.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-ktx</artifactId> <version>2.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material</groupId> <artifactId>material</artifactId> <version>1.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-compose</artifactId> <version>2.7.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout-compose</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>lottie-compose</artifactId> <version>6.1.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>