MVN

io.github.yufeixuan : easy-captcha

Maven & Gradle

Oct 20, 2020
10 stars

EasyCaptcha · Java图形验证码,支持png透明验证码,支持gif验证码,支持base64验证码,中文验证码,适用于Java Web、JavaSE项目。

<dependency>
    <groupId>io.github.yufeixuan</groupId>
    <artifactId>easy-captcha</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yufeixuan : easy-captcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of io.github.yufeixuan : easy-captcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
easy-captcha-1.5.3
easy-captcha-1.5.2
easy-captcha-1.5.1

How to add a dependency to Maven

Add the following io.github.yufeixuan : easy-captcha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yufeixuan</groupId>
    <artifactId>easy-captcha</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yufeixuan : easy-captcha gradle dependency to your build.gradle file:

implementation 'io.github.yufeixuan:easy-captcha:1.5.3'

Gradle Kotlin DSL: Add the following io.github.yufeixuan : easy-captcha gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yufeixuan:easy-captcha:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yufeixuan : easy-captcha sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yufeixuan" % "easy-captcha" % "1.5.3"