| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.struts | 
| ArtifactId | ArtifactIdstruts-core | 
| Last Version | Last Version1.3.10 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionStruts Core Apache Struts | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| struts-core-1.3.10.pom | |
| struts-core-1.3.10.jar | 321 KB | 
| struts-core-1.3.10-sources.jar | 502 KB | 
| struts-core-1.3.10-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-core/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-core</artifactId>
    <version>1.3.10</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.struts/struts-core/
implementation 'org.apache.struts:struts-core:1.3.10'// https://jarcasting.com/artifacts/org.apache.struts/struts-core/
implementation ("org.apache.struts:struts-core:1.3.10")'org.apache.struts:struts-core:jar:1.3.10'<dependency org="org.apache.struts" name="struts-core" rev="1.3.10">
  <artifact name="struts-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.struts', module='struts-core', version='1.3.10')
)libraryDependencies += "org.apache.struts" % "struts-core" % "1.3.10"[org.apache.struts/struts-core "1.3.10"]| Group / Artifact | Type | Version | 
|---|---|---|
| antlr : antlr | jar | 2.7.2 | 
| commons-beanutils : commons-beanutils | jar | 1.8.0 | 
| commons-chain : commons-chain | jar | 1.2 | 
| commons-digester : commons-digester | jar | 1.8 | 
| commons-fileupload : commons-fileupload Optional | jar | 1.1.1 | 
| commons-logging : commons-logging | jar | 1.0.4 | 
| commons-validator : commons-validator | jar | 1.3.1 | 
| junit : junit Optional | jar | 3.8.1 | 
| oro : oro | jar | 2.0.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.3 |