Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.stripe |
ArtifactId | ArtifactIdstripe-android-pay |
Version | Version4.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
stripe-android-pay-4.0.2.pom | |
stripe-android-pay-4.0.2.aar | 40 KB |
stripe-android-pay-4.0.2-sources.jar | 19 KB |
stripe-android-pay-4.0.2-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/ -->
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-android-pay</artifactId>
<version>4.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/
implementation 'com.stripe:stripe-android-pay:4.0.2'
// https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/
implementation ("com.stripe:stripe-android-pay:4.0.2")
'com.stripe:stripe-android-pay:aar:4.0.2'
<dependency org="com.stripe" name="stripe-android-pay" rev="4.0.2">
<artifact name="stripe-android-pay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-android-pay', version='4.0.2')
)
libraryDependencies += "com.stripe" % "stripe-android-pay" % "4.0.2"
[com.stripe/stripe-android-pay "4.0.2"]