MVN

com.anji-plus : spring-boot-starter-captcha

Maven & Gradle

Aug 06, 2021
4 usages
0 stars

captcha-spring-boot-starter · anji-plus captcha captcha-spring-boot-starter

<dependency>
    <groupId>com.anji-plus</groupId>
    <artifactId>spring-boot-starter-captcha</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anji-plus : spring-boot-starter-captcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.anji-plus : spring-boot-starter-captcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
spring-boot-starter-captcha-1.3.0
1.2.x
spring-boot-starter-captcha-1.2.9
spring-boot-starter-captcha-1.2.8
spring-boot-starter-captcha-1.2.7
spring-boot-starter-captcha-1.2.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.anji-plus</groupId>
    <artifactId>spring-boot-starter-captcha</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anji-plus : spring-boot-starter-captcha gradle dependency to your build.gradle file:

implementation 'com.anji-plus:spring-boot-starter-captcha:1.3.0'

Gradle Kotlin DSL: Add the following com.anji-plus : spring-boot-starter-captcha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anji-plus:spring-boot-starter-captcha:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anji-plus : spring-boot-starter-captcha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anji-plus" % "spring-boot-starter-captcha" % "1.3.0"