digified-econtract
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.digified</groupId>
<artifactId>digified-econtract</artifactId>
<version>0.0.3</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>io.digified</groupId>
<artifactId>digified-econtract</artifactId>
<version>0.0.3</version>
<packaging>aar</packaging>
<name>Digified Android - SDK</name>
<description>Digified Android - SDK</description>
<url>https://digified.io</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Digified Android SDK License</name>
<url>https://git.digified.io/contrib/digified-android.git</url>
</license>
</licenses>
<developers>
<developer>
<id>digified</id>
<name>Digified</name>
<email>admin@digified.io</email>
</developer>
</developers>
<scm>
<connection>scm:git@git.digified.io:contrib/digified-android.git</connection>
<developerConnection>scm:git:ssh:git.digified.io:contrib/digified-android.git</developerConnection>
<url>https://git.digified.io/contrib/digified-android.git</url>
</scm>
<dependencies>
<dependency>
<groupId>io.digified</groupId>
<artifactId>digified-ekyc</artifactId>
<version>0.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>hilt-android</artifactId>
<version>2.57.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.hilt</groupId>
<artifactId>hilt-work</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>core-ui</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-license</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-eContract-review</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-payment-verification</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-face-detection</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-eContract-otp</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.digified</groupId>
<artifactId>feature-submit-progress</artifactId>
<version>0.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.12.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>