s

stripe-core

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