payment-ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.payclip.sdk</groupId> <artifactId>payment-ui</artifactId> <version>2.10.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.payclip.sdk</groupId> <artifactId>payment-ui</artifactId> <version>2.10.2</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android</artifactId> <version>2.1.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.birbit</groupId> <artifactId>android-priority-jobqueue</artifactId> <version>3.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>21.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.9.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.9.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.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> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.vectordrawable</groupId> <artifactId>vectordrawable</artifactId> <version>1.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.dynamicanimation</groupId> <artifactId>dynamicanimation</artifactId> <version>1.1.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>lottie</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.binaryfoo</groupId> <artifactId>emv-bertlv</artifactId> <version>0.1.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.auth0.android</groupId> <artifactId>jwtdecode</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> </dependencies> <description>An Android library to integrate in-person payment process of Clip.</description> <name>Payment UI SDK</name> <url>https://github.com/ClipMX/android-payment-ui-sdk.git</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ClipMX</id> <name>PayClip</name> <email>help@clip.mx</email> </developer> </developers> <scm> <url>https://github.com/ClipMX/android-payment-ui-sdk.git</url> </scm> </project>