<dependency> <groupId>com.stripe</groupId> <artifactId>payments-model</artifactId> <version>20.52.2</version> <type>aar</type> </dependency>
implementation 'com.stripe:payments-model:20.52.2'
implementation("com.stripe:payments-model:20.52.2")
libraryDependencies += "com.stripe" % "payments-model" % "20.52.2"
@Grapes( @Grab(group='com.stripe', module='payments-model', version='20.52.2') )
<dependency org="com.stripe" name="payments-model" rev="20.52.2" />
[com.stripe/payments-model "20.52.2"]
'com.stripe:payments-model:jar:20.52.2'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.24
runtime
|-- com.stripe:stripe-core:20.52.2
|-- androidx.appcompat:appcompat:1.6.1
|-- androidx.core:core-ktx:1.13.1
|-- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2