License |
License |
---|---|
Categories |
CategoriesStripe Business Logic Libraries Financial |
GroupId | GroupIdcom.stripe |
ArtifactId | ArtifactIdstripe-android |
Last Version | Last Version20.6.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionstripe-android
Stripe Android SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stripe-android-20.6.2.pom | |
stripe-android-20.6.2.aar | 906 KB |
stripe-android-20.6.2-sources.jar | 172 KB |
stripe-android-20.6.2-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stripe/stripe-android/ -->
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-android</artifactId>
<version>20.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-android/
implementation 'com.stripe:stripe-android:20.6.2'
// https://jarcasting.com/artifacts/com.stripe/stripe-android/
implementation ("com.stripe:stripe-android:20.6.2")
'com.stripe:stripe-android:aar:20.6.2'
<dependency org="com.stripe" name="stripe-android" rev="20.6.2">
<artifact name="stripe-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-android', version='20.6.2')
)
libraryDependencies += "com.stripe" % "stripe-android" % "20.6.2"
[com.stripe/stripe-android "20.6.2"]
Group / Artifact | Type | Version |
---|---|---|
com.stripe : payments-core | jar | 20.6.2 |
com.stripe : paymentsheet | jar | 20.6.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |