s

struts2-plugins

文件下载
文件名 操作
struts2-plugins-2.5.33.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-plugins</artifactId>
  <version>2.5.33</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts2-plugins:2.5.33'
Gradle Kotlin
implementation("org.apache.struts:struts2-plugins:2.5.33")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts2-plugins" % "2.5.33"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts2-plugins', version='2.5.33')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts2-plugins" rev="2.5.33" />
Leiningen
[org.apache.struts/struts2-plugins "2.5.33"]
Apache Buildr
'org.apache.struts:struts2-plugins:jar:2.5.33'