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.19.5.pom download
payments-model-20.19.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stripe</groupId>
  <artifactId>payments-model</artifactId>
  <version>20.19.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stripe:payments-model:20.19.5'
Gradle Kotlin
implementation("com.stripe:payments-model:20.19.5")
Scala SBT
libraryDependencies += "com.stripe" % "payments-model" % "20.19.5"
Groovy Grape
@Grapes(
  @Grab(group='com.stripe', module='payments-model', version='20.19.5')
)
Apache Ivy
<dependency org="com.stripe" name="payments-model" rev="20.19.5" />
Leiningen
[com.stripe/payments-model "20.19.5"]
Apache Buildr
'com.stripe:payments-model:jar:20.19.5'