s

stripeterminal-external

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