s

stripeterminal-external

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