f

financial-connections

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