s

stripe-android

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