MVN

com.jgeppert.struts2.jquery : struts2-jquery-grid-showcase

Maven & Gradle

May 31, 2023
82 stars

Struts 2 jQuery Grid Showcase

<dependency>
    <groupId>com.jgeppert.struts2.jquery</groupId>
    <artifactId>struts2-jquery-grid-showcase</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-grid-showcase 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-grid-showcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
struts2-jquery-grid-showcase-5.0.3
struts2-jquery-grid-showcase-5.0.2
struts2-jquery-grid-showcase-5.0.1
struts2-jquery-grid-showcase-5.0.0
4.0.x
struts2-jquery-grid-showcase-4.0.3
struts2-jquery-grid-showcase-4.0.2
struts2-jquery-grid-showcase-4.0.1
3.7.x
struts2-jquery-grid-showcase-3.7.1
struts2-jquery-grid-showcase-3.7.0
3.6.x
struts2-jquery-grid-showcase-3.6.1
struts2-jquery-grid-showcase-3.6.0
3.5.x
struts2-jquery-grid-showcase-3.5.1
struts2-jquery-grid-showcase-3.5.0
3.4.x
struts2-jquery-grid-showcase-3.4.0
3.3.x
struts2-jquery-grid-showcase-3.3.3
struts2-jquery-grid-showcase-3.3.2
struts2-jquery-grid-showcase-3.3.1
struts2-jquery-grid-showcase-3.3.0
3.2.x
struts2-jquery-grid-showcase-3.2.1
struts2-jquery-grid-showcase-3.2.0
3.1.x
struts2-jquery-grid-showcase-3.1.1
struts2-jquery-grid-showcase-3.1.0
3.0.x
struts2-jquery-grid-showcase-3.0.2
struts2-jquery-grid-showcase-3.0.1
struts2-jquery-grid-showcase-3.0.0
2.5.x
struts2-jquery-grid-showcase-2.5.3
struts2-jquery-grid-showcase-2.5.2
struts2-jquery-grid-showcase-2.5.1
struts2-jquery-grid-showcase-2.5.0
2.4.x
struts2-jquery-grid-showcase-2.4.1
struts2-jquery-grid-showcase-2.4.0
2.3.x
struts2-jquery-grid-showcase-2.3.1
struts2-jquery-grid-showcase-2.3.0
2.2.x
struts2-jquery-grid-showcase-2.2.2
struts2-jquery-grid-showcase-2.2.1
struts2-jquery-grid-showcase-2.2.0
2.1.x
struts2-jquery-grid-showcase-2.1.1
struts2-jquery-grid-showcase-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jgeppert.struts2.jquery</groupId>
    <artifactId>struts2-jquery-grid-showcase</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-grid-showcase gradle dependency to your build.gradle file:

implementation 'com.jgeppert.struts2.jquery:struts2-jquery-grid-showcase:5.0.3'

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

implementation("com.jgeppert.struts2.jquery:struts2-jquery-grid-showcase:5.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-grid-showcase" % "5.0.3"

Advertisement