payment-method-messaging
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.stripe</groupId>
<artifactId>payment-method-messaging</artifactId>
<version>23.2.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>com.stripe</groupId>
<artifactId>payment-method-messaging</artifactId>
<version>23.2.0</version>
<packaging>aar</packaging>
<name>payment-method-messaging</name>
<description>The Payment Method Messaging module of Stripe Android SDK</description>
<url>https://github.com/stripe/stripe-android</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>stripe</id>
<name>Stripe</name>
</developer>
</developers>
<scm>
<connection>scm:org-856813@github.com:stripe/stripe-android.git</connection>
<developerConnection>scm:org-856813@github.com:stripe/stripe-android.git</developerConnection>
<url>https://github.com/stripe/stripe-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>payments-core</artifactId>
<version>23.2.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>com.stripe</groupId>
<artifactId>stripe-core</artifactId>
<version>23.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>payments-ui-core</artifactId>
<version>23.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-ui-core</artifactId>
<version>23.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.browser</groupId>
<artifactId>browser</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.foundation</groupId>
<artifactId>foundation</artifactId>
<version>1.10.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.material</groupId>
<artifactId>material</artifactId>
<version>1.10.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.navigation</groupId>
<artifactId>navigation-compose</artifactId>
<version>2.9.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui</artifactId>
<version>1.10.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.58</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>2.2.21</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>