ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.tinkoff.acquiring</groupId> <artifactId>ui</artifactId> <version>4.3.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>ru.tinkoff.acquiring</groupId> <artifactId>ui</artifactId> <version>4.3.0</version> <packaging>aar</packaging> <name>ui</name> <description>Library which allows you to use internet acquiring in your android app</description> <url>https://opensource.tinkoff.ru/tinkoff-mobile-tech/tinkoff-asdk-android</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://opensource.tinkoff.ru/tinkoff-mobile-tech/tinkoff-asdk-android/blob/master/LICENSE.TXT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>tcs</id> <name>Tinkoff Credit Systems</name> </developer> </developers> <scm> <connection>scm:git@opensource.tinkoff.ru:tinkoff-mobile-tech/tinkoff-asdk-android.git</connection> <developerConnection>scm:git@opensource.tinkoff.ru:tinkoff-mobile-tech/tinkoff-asdk-android.git</developerConnection> <url>https://opensource.tinkoff.ru/tinkoff-mobile-tech/tinkoff-asdk-android</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-bom</artifactId> <version>4.0.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>ru.tinkoff.acquiring</groupId> <artifactId>core</artifactId> <version>4.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.9.24</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ru.tinkoff.acquiring</groupId> <artifactId>localization</artifactId> <version>4.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ru.tinkoff.acquiring</groupId> <artifactId>threeds-sdk</artifactId> <version>4.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ru.tinkoff.acquiring</groupId> <artifactId>threeds-wrapper</artifactId> <version>4.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-ktx</artifactId> <version>1.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.9.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.8.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.8.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ru.tinkoff.core.components.nfc</groupId> <artifactId>nfc</artifactId> <version>1.0.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ru.tinkoff.decoro</groupId> <artifactId>decoro</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-core-coroutines</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.security</groupId> <artifactId>security-crypto</artifactId> <version>1.1.0-alpha06</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.18.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>9.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.67</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jp.wasabeef</groupId> <artifactId>blurry</artifactId> <version>4.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.scottyab</groupId> <artifactId>rootbeer-lib</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.3.2</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.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.8.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.8.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>