financial-connections
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.stripe</groupId> <artifactId>financial-connections</artifactId> <version>21.18.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>financial-connections</artifactId> <version>21.18.0</version> <packaging>aar</packaging> <name>financial-connections</name> <description>The financial connections 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>financial-connections-core</artifactId> <version>21.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.stripe</groupId> <artifactId>stripe-core</artifactId> <version>21.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.stripe</groupId> <artifactId>stripe-ui-core</artifactId> <version>21.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.stripe</groupId> <artifactId>payments-model</artifactId> <version>21.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.stripe</groupId> <artifactId>attestation</artifactId> <version>21.18.0</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.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.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-savedstate</artifactId> <version>2.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.9.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.7.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material</groupId> <artifactId>material</artifactId> <version>1.7.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material</groupId> <artifactId>material-icons-core</artifactId> <version>1.7.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-compose</artifactId> <version>2.8.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.7.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <version>1.7.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>showkase-annotation</artifactId> <version>1.0.0-beta18</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.dagger</groupId> <artifactId>dagger</artifactId> <version>2.55</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>