core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.trustpayments.mobile</groupId> <artifactId>core</artifactId> <version>2.8.5</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>com.trustpayments.mobile</groupId> <artifactId>core</artifactId> <version>2.8.5</version> <packaging>aar</packaging> <description>Trust Payments Android payment SDK</description> <name>Android payment SDK - CORE artifact</name> <url>https://www.trustpayments.com/</url> <licenses> <license> <name>MIT License</name> <url>https://gitlab.com/trustpayments-public/mobile-sdk/android/-/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Trust Payments</name> <email>support@trustpayments.com</email> <organization>Trust Payments Ltd</organization> <organizationUrl>https://www.trustpayments.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://gitlab.com/trustpayments-public/mobile-sdk/android.git</connection> <developerConnection>scm:git:https://gitlab.com/trustpayments-public/mobile-sdk/android.git</developerConnection> <url>https://gitlab.com/trustpayments-public/mobile-sdk/android</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>2.1.10</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.15.0</version> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.8.7</version> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.10.1</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-wallet</artifactId> <version>19.4.0</version> </dependency> <dependency> <groupId>org.jfrog.cardinalcommerce.gradle</groupId> <artifactId>cardinalmobilesdk</artifactId> <version>2.2.7-7</version> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.7.3</version> </dependency> </dependencies> </project>