jar

com.github.cage : cage

Maven & Gradle

Feb 15, 2011
14 usages
66 stars

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.

Table Of Contents

Latest Version

Download com.github.cage : cage JAR file - Latest Versions:

All Versions

Download com.github.cage : cage JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cage-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cage.image

├─ com.github.cage.image.ConstantColorGenerator.class - [JAR]

├─ com.github.cage.image.EffectConfig.class - [JAR]

├─ com.github.cage.image.Painter.class - [JAR]

├─ com.github.cage.image.RgbColorGenerator.class - [JAR]

├─ com.github.cage.image.Rippler.class - [JAR]

├─ com.github.cage.image.ScaleConfig.class - [JAR]

com.github.cage

├─ com.github.cage.Cage.class - [JAR]

├─ com.github.cage.GCage.class - [JAR]

├─ com.github.cage.IGenerator.class - [JAR]

├─ com.github.cage.IGeneratorFactory.class - [JAR]

├─ com.github.cage.ObjectRoulette.class - [JAR]

├─ com.github.cage.YCage.class - [JAR]

com.github.cage.token

├─ com.github.cage.token.RandomCharacterGeneratorFactory.class - [JAR]

├─ com.github.cage.token.RandomTokenGenerator.class - [JAR]

Advertisement