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