MVN

com.jgeppert.struts2.jquery : struts2-jquery-archetype-base

Maven & Gradle

May 31, 2023
82 stars

Struts 2 jQuery Archetype - Base · This Archetype provides a Webapp Configuration ready for the Struts2 jQuery Plugin.

<dependency>
    <groupId>com.jgeppert.struts2.jquery</groupId>
    <artifactId>struts2-jquery-archetype-base</artifactId>
    <version>5.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jgeppert.struts2.jquery : struts2-jquery-archetype-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.3

All Versions

Choose a version of com.jgeppert.struts2.jquery : struts2-jquery-archetype-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
struts2-jquery-archetype-base-5.0.3
struts2-jquery-archetype-base-5.0.2
struts2-jquery-archetype-base-5.0.1
struts2-jquery-archetype-base-5.0.0
4.0.x
struts2-jquery-archetype-base-4.0.3
struts2-jquery-archetype-base-4.0.2
struts2-jquery-archetype-base-4.0.1
3.7.x
struts2-jquery-archetype-base-3.7.1
struts2-jquery-archetype-base-3.7.0
3.6.x
struts2-jquery-archetype-base-3.6.1
struts2-jquery-archetype-base-3.6.0
3.5.x
struts2-jquery-archetype-base-3.5.1
struts2-jquery-archetype-base-3.5.0
3.4.x
struts2-jquery-archetype-base-3.4.0
3.3.x
struts2-jquery-archetype-base-3.3.3
struts2-jquery-archetype-base-3.3.2
struts2-jquery-archetype-base-3.3.1
struts2-jquery-archetype-base-3.3.0

How to add a dependency to Maven

Add the following com.jgeppert.struts2.jquery : struts2-jquery-archetype-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jgeppert.struts2.jquery</groupId>
    <artifactId>struts2-jquery-archetype-base</artifactId>
    <version>5.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jgeppert.struts2.jquery : struts2-jquery-archetype-base gradle dependency to your build.gradle file:

implementation 'com.jgeppert.struts2.jquery:struts2-jquery-archetype-base:5.0.3'

Gradle Kotlin DSL: Add the following com.jgeppert.struts2.jquery : struts2-jquery-archetype-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jgeppert.struts2.jquery:struts2-jquery-archetype-base:5.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jgeppert.struts2.jquery : struts2-jquery-archetype-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-archetype-base" % "5.0.3"