s

struts2-rest-plugin

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