s

stripe-core

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