is not current version
Last Version 20.6.2

com.stripe:payments-model 20.2.2

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.2.2
Type

Type

aar

Download payments-model 20.2.2


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