s

struts2-assembly

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