Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdes.cenobit.struts2.json |
ArtifactId | ArtifactIdstruts2-json-plugin |
Version | Version2.3.15.3 |
Type | Typejar |
<!-- 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"]