License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.vindell |
ArtifactId | ArtifactIdspring-boot-starter-kaptcha |
Last Version | Last Version1.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.vindell:spring-boot-starter-kaptcha
Spring Boot Starter For Kaptcha
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-kaptcha/ -->
<dependency>
<groupId>com.github.vindell</groupId>
<artifactId>spring-boot-starter-kaptcha</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-kaptcha/
implementation 'com.github.vindell:spring-boot-starter-kaptcha:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-kaptcha/
implementation ("com.github.vindell:spring-boot-starter-kaptcha:1.0.3.RELEASE")
'com.github.vindell:spring-boot-starter-kaptcha:jar:1.0.3.RELEASE'
<dependency org="com.github.vindell" name="spring-boot-starter-kaptcha" rev="1.0.3.RELEASE">
<artifact name="spring-boot-starter-kaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='spring-boot-starter-kaptcha', version='1.0.3.RELEASE')
)
libraryDependencies += "com.github.vindell" % "spring-boot-starter-kaptcha" % "1.0.3.RELEASE"
[com.github.vindell/spring-boot-starter-kaptcha "1.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.github.penggle : kaptcha | jar | 2.3.2 |
org.springframework : spring-web Optional | jar | |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |
org.slf4j : slf4j-simple | jar | 1.7.25 |