s

stripeterminal-external

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