core-local
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.amwal.payment</groupId>
<artifactId>core-local</artifactId>
<version>1.0.0</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>tech.amwal.payment</groupId>
<artifactId>core-local</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>core-local</name>
<description>In app payment Android SDK using passkeys</description>
<url>https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity</url>
<licenses>
<license>
<name>MIT</name>
<url>https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity</url>
</license>
</licenses>
<developers>
<developer>
<id>Amwal</id>
<name>Amwal</name>
<email>dev@amwal.tech</email>
</developer>
</developers>
<scm>
<connection>https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity</connection>
<developerConnection>https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity</developerConnection>
<url>https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-crypto</artifactId>
<version>1.1.0-alpha06</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.datastore</groupId>
<artifactId>datastore-preferences</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tech.amwal.payment</groupId>
<artifactId>core-domain</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.russhwolf</groupId>
<artifactId>multiplatform-settings</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core</artifactId>
<version>3.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>