s

struts2-sitemesh-plugin

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