is not current version
Last Version 2.0.2

com.google.code.jcaptcha4struts2:jcaptcha4struts2 2.0.1

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.

GroupId

GroupId

com.google.code.jcaptcha4struts2
ArtifactId

ArtifactId

jcaptcha4struts2
Version

Version

2.0.1
Type

Type

jar

Download jcaptcha4struts2 2.0.1


<!-- https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/ -->
<dependency>
    <groupId>com.google.code.jcaptcha4struts2</groupId>
    <artifactId>jcaptcha4struts2</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/
implementation 'com.google.code.jcaptcha4struts2:jcaptcha4struts2:2.0.1'
// https://jarcasting.com/artifacts/com.google.code.jcaptcha4struts2/jcaptcha4struts2/
implementation ("com.google.code.jcaptcha4struts2:jcaptcha4struts2:2.0.1")
'com.google.code.jcaptcha4struts2:jcaptcha4struts2:jar:2.0.1'
<dependency org="com.google.code.jcaptcha4struts2" name="jcaptcha4struts2" rev="2.0.1">
  <artifact name="jcaptcha4struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jcaptcha4struts2', module='jcaptcha4struts2', version='2.0.1')
)
libraryDependencies += "com.google.code.jcaptcha4struts2" % "jcaptcha4struts2" % "2.0.1"
[com.google.code.jcaptcha4struts2/jcaptcha4struts2 "2.0.1"]