License |
License |
---|---|
GroupId | GroupIdcom.github.cage |
ArtifactId | ArtifactIdcage |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCAptcha 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 |
Filename | Size |
---|---|
cage-1.0.pom | |
cage-1.0.jar | 22 KB |
cage-1.0-sources.jar | 22 KB |
cage-1.0-javadoc.jar | 116 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |