MVN

com.stripe : hcaptcha

Maven & Gradle

Jan 08, 2024
1.2k stars

hcaptcha · The hcaptcha module of Stripe Payment Android SDK

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>hcaptcha</artifactId>
    <version>20.36.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stripe : hcaptcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.36.1

All Versions

Choose a version of com.stripe : hcaptcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.36.x
hcaptcha-20.36.1

How to add a dependency to Maven

Add the following com.stripe : hcaptcha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>hcaptcha</artifactId>
    <version>20.36.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stripe : hcaptcha gradle dependency to your build.gradle file:

implementation 'com.stripe:hcaptcha:20.36.1'

Gradle Kotlin DSL: Add the following com.stripe : hcaptcha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stripe:hcaptcha:20.36.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stripe : hcaptcha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stripe" % "hcaptcha" % "20.36.1"

Advertisement

Dependencies from Group

Aug 24, 2023
22 usages
745 stars
Aug 21, 2023
9 usages
1.2k stars
Oct 19, 2021
8 usages
435 stars
Aug 21, 2023
6 usages
1.2k stars
Oct 19, 2021
5 usages
435 stars

Discover Dependencies