f

financial-connections

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