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