s

struts2-assembly

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