k

kaptcha

commons is a little java tool to make your development easier in your work.
https://github.com/penggle/kaptcha
The Apache Software License, Version 2.0
Peng Peng
Files download
File Operation
kaptcha-2.3.2.jar download
kaptcha-2.3.2.pom download
kaptcha-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.penggle</groupId>
  <artifactId>kaptcha</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.penggle:kaptcha:2.3.2'
Gradle Kotlin
implementation("com.github.penggle:kaptcha:2.3.2")
Scala SBT
libraryDependencies += "com.github.penggle" % "kaptcha" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.penggle', module='kaptcha', version='2.3.2')
)
Apache Ivy
<dependency org="com.github.penggle" name="kaptcha" rev="2.3.2" />
Leiningen
[com.github.penggle/kaptcha "2.3.2"]
Apache Buildr
'com.github.penggle:kaptcha:jar:2.3.2'