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