s

struts2-json-plugin

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