License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-spring-plugin |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 Spring Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-spring-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-spring-plugin/
implementation 'org.apache.struts:struts2-spring-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-spring-plugin/
implementation ("org.apache.struts:struts2-spring-plugin:6.0.0")
'org.apache.struts:struts2-spring-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-spring-plugin" rev="6.0.0">
<artifact name="struts2-spring-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-spring-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-spring-plugin" % "6.0.0"
[org.apache.struts/struts2-spring-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 5.3.20 |
org.springframework : spring-core | jar | 5.3.20 |
org.springframework : spring-context | jar | 5.3.20 |
org.springframework : spring-web | jar | 5.3.20 |
org.springframework : spring-aspects Optional | jar | 5.3.20 |
org.springframework : spring-aop Optional | jar | 5.3.20 |
org.apache.commons : commons-lang3 | jar | 3.10 |
org.apache.commons : commons-jci-fam Optional | jar | 1.1 |
org.springframework : spring-context-support 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 |
---|---|---|
org.springframework : spring-test | jar | 5.3.20 |
org.easymock : easymock | jar | 4.2 |
junit : junit | jar | 4.13.1 |