f

financial-connections

The financial connections module of Stripe Android SDK
https://github.com/stripe/stripe-android
The MIT License
Stripe
Files download
File Operation
financial-connections-20.15.1.pom download
financial-connections-20.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stripe</groupId>
  <artifactId>financial-connections</artifactId>
  <version>20.15.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stripe:financial-connections:20.15.1'
Gradle Kotlin
implementation("com.stripe:financial-connections:20.15.1")
Scala SBT
libraryDependencies += "com.stripe" % "financial-connections" % "20.15.1"
Groovy Grape
@Grapes(
  @Grab(group='com.stripe', module='financial-connections', version='20.15.1')
)
Apache Ivy
<dependency org="com.stripe" name="financial-connections" rev="20.15.1" />
Leiningen
[com.stripe/financial-connections "20.15.1"]
Apache Buildr
'com.stripe:financial-connections:jar:20.15.1'