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