is not current version
Last Version 20.6.2

com.stripe:stripe-android 12.4.0

Stripe Android Bindings

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.stripe
ArtifactId

ArtifactId

stripe-android
Version

Version

12.4.0
Type

Type

aar

Download stripe-android 12.4.0


<!-- https://jarcasting.com/artifacts/com.stripe/stripe-android/ -->
<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>stripe-android</artifactId>
    <version>12.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-android/
implementation 'com.stripe:stripe-android:12.4.0'
// https://jarcasting.com/artifacts/com.stripe/stripe-android/
implementation ("com.stripe:stripe-android:12.4.0")
'com.stripe:stripe-android:aar:12.4.0'
<dependency org="com.stripe" name="stripe-android" rev="12.4.0">
  <artifact name="stripe-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-android', version='12.4.0')
)
libraryDependencies += "com.stripe" % "stripe-android" % "12.4.0"
[com.stripe/stripe-android "12.4.0"]