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