Download kaptcha-2.3.2.jar file - Jar k

Jar examples for k:kaptcha

Description

commons is a little java tool to make your development easier in your work.

You can download jar file kaptcha 2.3.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add kaptcha-2.3.2.jar to your project.

<dependency>
   <groupId>com.github.penggle</groupId>
   <artifactId>kaptcha</artifactId>
   <version>2.3.2</version>
</dependency>
compile group: 'com.github.penggle', name: 'kaptcha', version: '2.3.2'
libraryDependencies += "com.github.penggle" % "kaptcha" % "2.3.2"
<dependency org="com.github.penggle" name="kaptcha" rev="2.3.2"/>
@Grapes(@Grab(group='com.github.penggle', module='kaptcha', version='2.3.2'))
'com.github.penggle:kaptcha:jar:2.3.2'

Download

Click the following link to download the jar file.

kaptcha-2.3.2-javadoc.jar
kaptcha-2.3.2-sources.jar
kaptcha-2.3.2.jar
kaptcha-2.3.2.pom



Related Tutorials