s

stripe-core

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