Last Version

CAptcha GEnerator 1.0

Cage is a CAPTCHA image generator java library. It is fast, small and simple. Its goal is to generate images that are easy to read for a human but impossible or at least very hard for a computer.

License

License

GroupId

GroupId

com.github.cage
ArtifactId

ArtifactId

cage
Version

Version

1.0
Type

Type

jar
Description

Description

CAptcha GEnerator
Cage is a CAPTCHA image generator java library. It is fast, small and simple. Its goal is to generate images that are easy to read for a human but impossible or at least very hard for a computer.
Source Code Management

Source Code Management

https://github.com/akiraly/cage

Download cage 1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.