h

hcaptcha

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