p

payments-model

The models module of Stripe Payment Android SDK
https://github.com/stripe/stripe-android
MIT License
Stripe
Files download
File Operation
payments-model-20.41.1.pom download
payments-model-20.41.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stripe</groupId>
  <artifactId>payments-model</artifactId>
  <version>20.41.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stripe:payments-model:20.41.1'
Gradle Kotlin
implementation("com.stripe:payments-model:20.41.1")
Scala SBT
libraryDependencies += "com.stripe" % "payments-model" % "20.41.1"
Groovy Grape
@Grapes(
  @Grab(group='com.stripe', module='payments-model', version='20.41.1')
)
Apache Ivy
<dependency org="com.stripe" name="payments-model" rev="20.41.1" />
Leiningen
[com.stripe/payments-model "20.41.1"]
Apache Buildr
'com.stripe:payments-model:jar:20.41.1'