MVN

club.zhcs : axe-captcha

Maven & Gradle

Jul 12, 2018
0 stars

captcha · 验证码

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>axe-captcha</artifactId>
    <version>1.5.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.zhcs : axe-captcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.14.1

All Versions

Choose a version of club.zhcs : axe-captcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
axe-captcha-1.5.14.1
axe-captcha-1.5.14
axe-captcha-1.5.13.2
axe-captcha-1.5.13.1
axe-captcha-1.5.13
1.5
axe-captcha-1.5
1.4
axe-captcha-1.4
1.3
axe-captcha-1.3
1.2
axe-captcha-1.2
1.1
axe-captcha-1.1
1.0
axe-captcha-1.0

How to add a dependency to Maven

Add the following club.zhcs : axe-captcha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>axe-captcha</artifactId>
    <version>1.5.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.zhcs : axe-captcha gradle dependency to your build.gradle file:

implementation 'club.zhcs:axe-captcha:1.5.14.1'

Gradle Kotlin DSL: Add the following club.zhcs : axe-captcha gradle kotlin dependency to your build.gradle.kts file:

implementation("club.zhcs:axe-captcha:1.5.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.zhcs : axe-captcha sbt scala dependency to your build.sbt file:

libraryDependencies += "club.zhcs" % "axe-captcha" % "1.5.14.1"

Advertisement