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!