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