License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-tiles-plugin |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 Tiles Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts2-tiles-plugin-6.0.0.pom | |
struts2-tiles-plugin-6.0.0.jar | 21 KB |
struts2-tiles-plugin-6.0.0-sources.jar | 18 KB |
struts2-tiles-plugin-6.0.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-tiles-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-tiles-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-tiles-plugin/
implementation 'org.apache.struts:struts2-tiles-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-tiles-plugin/
implementation ("org.apache.struts:struts2-tiles-plugin:6.0.0")
'org.apache.struts:struts2-tiles-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-tiles-plugin" rev="6.0.0">
<artifact name="struts2-tiles-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-tiles-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-tiles-plugin" % "6.0.0"
[org.apache.struts/struts2-tiles-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tiles : tiles-api | jar | 3.0.8 |
org.apache.tiles : tiles-core | jar | 3.0.8 |
org.apache.tiles : tiles-servlet | jar | 3.0.8 |
org.apache.tiles : tiles-request-api | jar | 1.0.7 |
org.apache.tiles : tiles-request-jsp | jar | 1.0.7 |
org.apache.tiles : tiles-request-servlet | jar | 1.0.7 |
org.apache.tiles : tiles-jsp | jar | 3.0.8 |
org.apache.tiles : tiles-freemarker | jar | 3.0.8 |
org.apache.tiles : tiles-ognl | jar | 3.0.8 |
org.apache.tiles : tiles-el | jar | 3.0.8 |
org.glassfish : javax.el Optional | jar | 3.0.1-b11 |
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |