Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 428 Bytes

File metadata and controls

16 lines (13 loc) · 428 Bytes

kaptcha - A kaptcha generation engine.

This repo is the copy of http://code.google.com/p/kaptcha/ and published to maven central and support jakarta servlet api. It require jdk 11+

<dependency>
  <groupId>top.rwocj</groupId>
  <artifactId>kaptcha</artifactId>
  <version>2.3.2-jakarta</version>
</dependency>

Please see the website for more information about this project.

http://code.google.com/p/kaptcha/

thanks!