| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aqiu202 |
| ArtifactId | ArtifactIdcaptcha |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptioncaptcha
Some Simple Starter Projects for Spring Boot Application Made by Aqiu202
|
| Filename | Size |
|---|---|
| captcha-1.1.0.pom | |
| captcha-1.1.0.jar | 55 KB |
| captcha-1.1.0-sources.jar | 28 KB |
| captcha-1.1.0-javadoc.jar | 346 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aqiu202/captcha/ -->
<dependency>
<groupId>com.github.aqiu202</groupId>
<artifactId>captcha</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202/captcha/
implementation 'com.github.aqiu202:captcha:1.1.0'
// https://jarcasting.com/artifacts/com.github.aqiu202/captcha/
implementation ("com.github.aqiu202:captcha:1.1.0")
'com.github.aqiu202:captcha:jar:1.1.0'
<dependency org="com.github.aqiu202" name="captcha" rev="1.1.0">
<artifact name="captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202', module='captcha', version='1.1.0')
)
libraryDependencies += "com.github.aqiu202" % "captcha" % "1.1.0"
[com.github.aqiu202/captcha "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jhlabs : filters | jar | 2.0.235-1 |
| com.github.aqiu202 : basic-utils | jar | 1.1.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |