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