License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.ducheng |
ArtifactId | ArtifactIdcaptcha-spring-boot-starter |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptioncaptcha-spring-boot-starter
Demo project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ducheng/captcha-spring-boot-starter/ -->
<dependency>
<groupId>com.github.ducheng</groupId>
<artifactId>captcha-spring-boot-starter</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ducheng/captcha-spring-boot-starter/
implementation 'com.github.ducheng:captcha-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/com.github.ducheng/captcha-spring-boot-starter/
implementation ("com.github.ducheng:captcha-spring-boot-starter:0.0.3")
'com.github.ducheng:captcha-spring-boot-starter:jar:0.0.3'
<dependency org="com.github.ducheng" name="captcha-spring-boot-starter" rev="0.0.3">
<artifact name="captcha-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ducheng', module='captcha-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "com.github.ducheng" % "captcha-spring-boot-starter" % "0.0.3"
[com.github.ducheng/captcha-spring-boot-starter "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
com.google.guava : guava | jar | 28.1-jre |
org.apache.commons : commons-lang3 | jar | |
com.alibaba : fastjson | jar | 1.2.62 |
cn.hutool : hutool-all | jar | 5.2.3 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |