is not current version
Last Version 20.6.2

com.stripe:payments-model 20.6.1

The models module of Stripe Payment Android SDK

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.stripe
ArtifactId

ArtifactId

payments-model
Version

Version

20.6.1
Type

Type

aar

Download payments-model 20.6.1


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