p

payments-core

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