h

hcaptcha

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