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