Files download
File Operation
struts-tiles-1.3.5.jar download
struts-tiles-1.3.5.pom download
struts-tiles-1.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts-tiles</artifactId>
  <version>1.3.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts-tiles:1.3.5'
Gradle Kotlin
implementation("org.apache.struts:struts-tiles:1.3.5")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts-tiles" % "1.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts-tiles', version='1.3.5')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts-tiles" rev="1.3.5" />
Leiningen
[org.apache.struts/struts-tiles "1.3.5"]
Apache Buildr
'org.apache.struts:struts-tiles:jar:1.3.5'