License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcloud.agileframework |
ArtifactId | ArtifactIdspring-boot-starter-kaptcha |
Version | Version2.1.0.M19 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-kaptcha
spring-boot-starter for google kaptcha
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/spring-boot-starter-kaptcha/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>spring-boot-starter-kaptcha</artifactId>
<version>2.1.0.M19</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/spring-boot-starter-kaptcha/
implementation 'cloud.agileframework:spring-boot-starter-kaptcha:2.1.0.M19'
// https://jarcasting.com/artifacts/cloud.agileframework/spring-boot-starter-kaptcha/
implementation ("cloud.agileframework:spring-boot-starter-kaptcha:2.1.0.M19")
'cloud.agileframework:spring-boot-starter-kaptcha:jar:2.1.0.M19'
<dependency org="cloud.agileframework" name="spring-boot-starter-kaptcha" rev="2.1.0.M19">
<artifact name="spring-boot-starter-kaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='spring-boot-starter-kaptcha', version='2.1.0.M19')
)
libraryDependencies += "cloud.agileframework" % "spring-boot-starter-kaptcha" % "2.1.0.M19"
[cloud.agileframework/spring-boot-starter-kaptcha "2.1.0.M19"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
cloud.agileframework : agile-cache | jar | 2.1.0.M19 |
com.github.penggle : kaptcha | jar | 2.3.2 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar |