s

struts2-json-plugin

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