s

struts2-plugins

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