p

payments-core

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