Jar examples for s:struts2-json-plugin
The JSON plugin provides a "json" result type that serializes actions into JSON from Java objects
You can download jar file struts2-json-plugin 2.2.3 in this page.
Apache License
You can use the following script to add struts2-json-plugin-2.2.3.jar to your project.
<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> <version>2.2.3</version> </dependency>
compile group: 'org.apache.struts', name: 'struts2-json-plugin', version: '2.2.3'
libraryDependencies += "org.apache.struts" % "struts2-json-plugin" % "2.2.3"
<dependency org="org.apache.struts" name="struts2-json-plugin" rev="2.2.3"/>
@Grapes(@Grab(group='org.apache.struts', module='struts2-json-plugin', version='2.2.3'))
'org.apache.struts:struts2-json-plugin:jar:2.2.3'
Click the following link to download the jar file.
struts2-json-plugin-2.2.3-javadoc.jar