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