License |
License |
---|---|
GroupId | GroupIdcom.github.penggle |
ArtifactId | ArtifactIdkaptcha |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkaptcha
commons is a little java tool to make your development easier in your work.
|
Project URL |
Project URL |
Filename | Size |
---|---|
kaptcha-2.3.2.pom | |
kaptcha-2.3.2.jar | 93 KB |
kaptcha-2.3.2-sources.jar | 38 KB |
kaptcha-2.3.2-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.penggle/kaptcha/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/kaptcha/
implementation 'com.github.penggle:kaptcha:2.3.2'
// https://jarcasting.com/artifacts/com.github.penggle/kaptcha/
implementation ("com.github.penggle:kaptcha:2.3.2")
'com.github.penggle:kaptcha:jar:2.3.2'
<dependency org="com.github.penggle" name="kaptcha" rev="2.3.2">
<artifact name="kaptcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='kaptcha', version='2.3.2')
)
libraryDependencies += "com.github.penggle" % "kaptcha" % "2.3.2"
[com.github.penggle/kaptcha "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.jhlabs : filters | jar | 2.0.235-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |