is not current version
Last Version 1.3.10

org.apache.struts:struts-tiles 1.3.8


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts-tiles
Version

Version

1.3.8
Type

Type

jar

Download struts-tiles 1.3.8


<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-tiles</artifactId>
    <version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/
implementation 'org.apache.struts:struts-tiles:1.3.8'
// https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/
implementation ("org.apache.struts:struts-tiles:1.3.8")
'org.apache.struts:struts-tiles:jar:1.3.8'
<dependency org="org.apache.struts" name="struts-tiles" rev="1.3.8">
  <artifact name="struts-tiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-tiles', version='1.3.8')
)
libraryDependencies += "org.apache.struts" % "struts-tiles" % "1.3.8"
[org.apache.struts/struts-tiles "1.3.8"]