License |
License |
---|---|
GroupId | GroupIdcom.github.axet |
ArtifactId | ArtifactIdkaptcha |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkaptcha
A web kaptcha generation engine
|
Filename | Size |
---|---|
kaptcha-0.0.9.pom | |
kaptcha-0.0.9.jar | 94 KB |
kaptcha-0.0.9-sources.jar | 38 KB |
kaptcha-0.0.9-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/kaptcha/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>kaptcha</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/kaptcha/
implementation 'com.github.axet:kaptcha:0.0.9'
// https://jarcasting.com/artifacts/com.github.axet/kaptcha/
implementation ("com.github.axet:kaptcha:0.0.9")
'com.github.axet:kaptcha:jar:0.0.9'
<dependency org="com.github.axet" name="kaptcha" rev="0.0.9">
<artifact name="kaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='kaptcha', version='0.0.9')
)
libraryDependencies += "com.github.axet" % "kaptcha" % "0.0.9"
[com.github.axet/kaptcha "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.jhlabs : filters | jar | 2.0.235 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |