| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-struts |
| Version | Version3.2.18.RELEASE |
| Type | Typejar |
| Description |
DescriptionSpring Struts
Spring Struts
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-struts/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-struts</artifactId>
<version>3.2.18.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-struts/
implementation 'org.springframework:spring-struts:3.2.18.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-struts/
implementation ("org.springframework:spring-struts:3.2.18.RELEASE")
'org.springframework:spring-struts:jar:3.2.18.RELEASE'
<dependency org="org.springframework" name="spring-struts" rev="3.2.18.RELEASE">
<artifact name="spring-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-struts', version='3.2.18.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-struts" % "3.2.18.RELEASE"
[org.springframework/spring-struts "3.2.18.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.7.0 |
| org.springframework : spring-beans | jar | 3.2.18.RELEASE |
| org.springframework : spring-context | jar | 3.2.18.RELEASE |
| org.springframework : spring-core | jar | 3.2.18.RELEASE |
| org.springframework : spring-web | jar | 3.2.18.RELEASE |
| org.springframework : spring-webmvc | jar | 3.2.18.RELEASE |
| struts : struts | jar | 1.2.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : jstl | jar | 1.2 |
| javax.servlet : servlet-api | jar | 2.5 |