MVN

com.wueasy : wueasy-captcha

Maven & Gradle

Mar 05, 2020

wueasy captcha · 验证码验证工具

<dependency>
    <groupId>com.wueasy</groupId>
    <artifactId>wueasy-captcha</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wueasy : wueasy-captcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of com.wueasy : wueasy-captcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
wueasy-captcha-3.2.2
wueasy-captcha-3.2.1
wueasy-captcha-3.2.0
3.1.x
wueasy-captcha-3.1.2
wueasy-captcha-3.1.1
wueasy-captcha-3.1.0
3.0.x
wueasy-captcha-3.0.1
wueasy-captcha-3.0.0
2.3.x
wueasy-captcha-2.3.8
wueasy-captcha-2.3.7
wueasy-captcha-2.3.6
wueasy-captcha-2.3.5
wueasy-captcha-2.3.4
wueasy-captcha-2.3.3
wueasy-captcha-2.3.2
wueasy-captcha-2.3.1
wueasy-captcha-2.3.0
2.2.x
wueasy-captcha-2.2.3
wueasy-captcha-2.2.2
wueasy-captcha-2.2.1
wueasy-captcha-2.2.0
2.1.x
wueasy-captcha-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wueasy</groupId>
    <artifactId>wueasy-captcha</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wueasy : wueasy-captcha gradle dependency to your build.gradle file:

implementation 'com.wueasy:wueasy-captcha:2.3.8'

Gradle Kotlin DSL: Add the following com.wueasy : wueasy-captcha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wueasy:wueasy-captcha:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wueasy : wueasy-captcha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wueasy" % "wueasy-captcha" % "2.3.8"

Advertisement