s

struts2-tiles-plugin

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