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