License |
License |
---|---|
GroupId | GroupIdcom.google.code.jcaptcha4struts2 |
ArtifactId | ArtifactIdjcaptcha4struts2 |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcaptcha4struts2
JCaptcha4Struts2 is a Struts 2 Plugin which allows to add Captcha support to your Struts 2 Applications with a single JSP tag, and slight configuration in your struts.xml. It uses the powerful JCaptcha engine internally to generate the captcha.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcaptcha4struts2-2.0.2.pom | |
jcaptcha4struts2-2.0.2.jar | 19 KB |
jcaptcha4struts2-2.0.2-sources.jar | 19 KB |
jcaptcha4struts2-2.0.2-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/ -->
<dependency>
<groupId>com.google.code.jcaptcha4struts2</groupId>
<artifactId>jcaptcha4struts2</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/
implementation 'com.google.code.jcaptcha4struts2:jcaptcha4struts2:2.0.2'
// https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/
implementation ("com.google.code.jcaptcha4struts2:jcaptcha4struts2:2.0.2")
'com.google.code.jcaptcha4struts2:jcaptcha4struts2:jar:2.0.2'
<dependency org="com.google.code.jcaptcha4struts2" name="jcaptcha4struts2" rev="2.0.2">
<artifact name="jcaptcha4struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jcaptcha4struts2', module='jcaptcha4struts2', version='2.0.2')
)
libraryDependencies += "com.google.code.jcaptcha4struts2" % "jcaptcha4struts2" % "2.0.2"
[com.google.code.jcaptcha4struts2/jcaptcha4struts2 "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 2.0.11.1 |
com.octo.captcha : jcaptcha | jar | 1.0 |
commons-logging : commons-logging | jar | 1.1 |
com.opensymphony : xwork | jar | 2.0.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
javax.servlet.jsp : jsp-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
org.easymock : easymock | jar | 2.5 |