patchca
Simple yet powerful CAPTCHA library written in Java. Original source at http://code.google.com/p/patchca/
License |
License |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdpatchca |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiona java captcha generator
Simple yet powerful CAPTCHA library written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patchca-0.0.1.pom | |
patchca-0.0.1.jar | 112 KB |
patchca-0.0.1-sources.jar | 96 KB |
patchca-0.0.1-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/patchca/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>patchca</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/patchca/
implementation 'com.github.bingoohuang:patchca:0.0.1'
// https://jarcasting.com/artifacts/com.github.bingoohuang/patchca/
implementation ("com.github.bingoohuang:patchca:0.0.1")
'com.github.bingoohuang:patchca:jar:0.0.1'
<dependency org="com.github.bingoohuang" name="patchca" rev="0.0.1">
<artifact name="patchca" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='patchca', version='0.0.1')
)
libraryDependencies += "com.github.bingoohuang" % "patchca" % "0.0.1"
[com.github.bingoohuang/patchca "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.belerweb : pinyin4j Optional | jar | 2.5.0 |
Simple yet powerful CAPTCHA library written in Java. Original source at http://code.google.com/p/patchca/