MVN

org.beangle.struts2 : beangle-struts2-captcha

Maven & Gradle

Apr 07, 2016
2 usages
20 stars

Beangle Struts2 Captcha

<dependency>
    <groupId>org.beangle.struts2</groupId>
    <artifactId>beangle-struts2-captcha</artifactId>
    <version>3.5.1.M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beangle.struts2 : beangle-struts2-captcha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1.M1

All Versions

Choose a version of org.beangle.struts2 : beangle-struts2-captcha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
beangle-struts2-captcha-3.5.1.M1
beangle-struts2-captcha-3.5.0
3.4.x
beangle-struts2-captcha-3.4.14
beangle-struts2-captcha-3.4.13
beangle-struts2-captcha-3.4.12
beangle-struts2-captcha-3.4.11
beangle-struts2-captcha-3.4.10
beangle-struts2-captcha-3.4.9
beangle-struts2-captcha-3.4.8
beangle-struts2-captcha-3.4.7
beangle-struts2-captcha-3.4.6
beangle-struts2-captcha-3.4.5

How to add a dependency to Maven

Add the following org.beangle.struts2 : beangle-struts2-captcha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.beangle.struts2</groupId>
    <artifactId>beangle-struts2-captcha</artifactId>
    <version>3.5.1.M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beangle.struts2 : beangle-struts2-captcha gradle dependency to your build.gradle file:

implementation 'org.beangle.struts2:beangle-struts2-captcha:3.5.1.M1'

Gradle Kotlin DSL: Add the following org.beangle.struts2 : beangle-struts2-captcha gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beangle.struts2:beangle-struts2-captcha:3.5.1.M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beangle.struts2 : beangle-struts2-captcha sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beangle.struts2" % "beangle-struts2-captcha" % "3.5.1.M1"