s

struts2-plugins

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