Captcha

Generate all kinds of captcha

License

License

Categories

Categories

Net
GroupId

GroupId

net.cassite
ArtifactId

ArtifactId

captcha
Last Version

Last Version

0.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Captcha
Generate all kinds of captcha
Project URL

Project URL

https://github.com/wkgcass/Captcha
Source Code Management

Source Code Management

https://github.com/wkgcass/Captcha

Download captcha

How to add to project

<!-- https://jarcasting.com/artifacts/net.cassite/captcha/ -->
<dependency>
    <groupId>net.cassite</groupId>
    <artifactId>captcha</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.cassite/captcha/
implementation 'net.cassite:captcha:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/net.cassite/captcha/
implementation ("net.cassite:captcha:0.0.1-RELEASE")
'net.cassite:captcha:jar:0.0.1-RELEASE'
<dependency org="net.cassite" name="captcha" rev="0.0.1-RELEASE">
  <artifact name="captcha" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cassite', module='captcha', version='0.0.1-RELEASE')
)
libraryDependencies += "net.cassite" % "captcha" % "0.0.1-RELEASE"
[net.cassite/captcha "0.0.1-RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Captcha

Generate all kinds of captcha

<dependency>
  <groupId>net.cassite</groupId>
  <artifactId>captcha</artifactId>
  <version>0.0.1-RELEASE</version>
</dependency>

#How to use

CaptchaGen cg = CaptchaGen.DEFAULT;
StringBuilder sb = new StringBuilder();
BufferedImage img = cg.generate(sb);

Versions

Version
0.0.1-RELEASE