| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.struts |
| ArtifactId | ArtifactIdstruts2-showcase |
| Last Version | Last Version6.0.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionStruts 2 Showcase Webapp
Apache Struts 2
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| struts2-showcase-6.0.0.pom | |
| struts2-showcase-6.0.0.war | 11 MB |
| struts2-showcase-6.0.0-sources.jar | 163 KB |
| struts2-showcase-6.0.0-javadoc.jar | 760 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-showcase/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-showcase</artifactId>
<version>6.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-showcase/
implementation 'org.apache.struts:struts2-showcase:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-showcase/
implementation ("org.apache.struts:struts2-showcase:6.0.0")
'org.apache.struts:struts2-showcase:war:6.0.0'
<dependency org="org.apache.struts" name="struts2-showcase" rev="6.0.0">
<artifact name="struts2-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-showcase', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-showcase" % "6.0.0"
[org.apache.struts/struts2-showcase "6.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.struts : struts2-config-browser-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-sitemesh-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-tiles-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-dwr-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-json-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-convention-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-spring-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-bean-validation-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-async-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-velocity-plugin | jar | 6.0.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.17.2 |
| opensymphony : sitemesh | jar | 2.4.2 |
| org.directwebremoting : dwr | jar | 3.0.2-RELEASE |
| commons-fileupload : commons-fileupload | jar | 1.4 |
| org.hibernate : hibernate-validator | jar | 6.1.2.Final |
| org.apache.struts : struts2-core | jar | 6.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tiles : tiles-jsp | jar | 3.0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| net.sourceforge.htmlunit : htmlunit | jar | 2.61.0 |
| org.springframework : spring-test | jar | 5.3.20 |