is not current version
Last Version 2.3.16

es.cenobit.struts2.json:struts2-json-plugin 2.3.15.3

The JSON plugin provides a "json" result type that serializes actions into JSON from Java objects

Categories

Categories

JSON Data
GroupId

GroupId

es.cenobit.struts2.json
ArtifactId

ArtifactId

struts2-json-plugin
Version

Version

2.3.15.3
Type

Type

jar

Download struts2-json-plugin 2.3.15.3


<!-- https://jarcasting.com/artifacts/es.cenobit.struts2.json/struts2-json-plugin/ -->
<dependency>
    <groupId>es.cenobit.struts2.json</groupId>
    <artifactId>struts2-json-plugin</artifactId>
    <version>2.3.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/es.cenobit.struts2.json/struts2-json-plugin/
implementation 'es.cenobit.struts2.json:struts2-json-plugin:2.3.15.3'
// https://jarcasting.com/artifacts/es.cenobit.struts2.json/struts2-json-plugin/
implementation ("es.cenobit.struts2.json:struts2-json-plugin:2.3.15.3")
'es.cenobit.struts2.json:struts2-json-plugin:jar:2.3.15.3'
<dependency org="es.cenobit.struts2.json" name="struts2-json-plugin" rev="2.3.15.3">
  <artifact name="struts2-json-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.cenobit.struts2.json', module='struts2-json-plugin', version='2.3.15.3')
)
libraryDependencies += "es.cenobit.struts2.json" % "struts2-json-plugin" % "2.3.15.3"
[es.cenobit.struts2.json/struts2-json-plugin "2.3.15.3"]