License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-rest-plugin |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 REST Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts2-rest-plugin-6.0.0.pom | |
struts2-rest-plugin-6.0.0.jar | 39 KB |
struts2-rest-plugin-6.0.0-sources.jar | 38 KB |
struts2-rest-plugin-6.0.0-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-rest-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-plugin/
implementation 'org.apache.struts:struts2-rest-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-plugin/
implementation ("org.apache.struts:struts2-rest-plugin:6.0.0")
'org.apache.struts:struts2-rest-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-rest-plugin" rev="6.0.0">
<artifact name="struts2-rest-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-rest-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-rest-plugin" % "6.0.0"
[org.apache.struts/struts2-rest-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.xstream : xstream | jar | 1.4.19 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.1 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml Optional | jar | 2.13.2 |
org.apache.juneau : juneau-marshall Optional | jar | 8.1.3 |
commons-beanutils : commons-beanutils Optional | jar | 1.9.4 |
org.springframework : spring-test Optional | jar | 5.3.20 |
org.springframework : spring-web Optional | jar | 5.3.20 |
org.springframework : spring-core Optional | jar | 5.3.20 |
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
mockobjects : mockobjects-core | jar | 0.09 |
org.assertj : assertj-core | jar | 3.15.0 |
junit : junit | jar | 4.13.1 |