Files download
File Operation
struts-core-1.3.10.jar download
struts-core-1.3.10.pom download
struts-core-1.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts-core</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts-core:1.3.10'
Gradle Kotlin
implementation("org.apache.struts:struts-core:1.3.10")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts-core" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts-core', version='1.3.10')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts-core" rev="1.3.10" />
Leiningen
[org.apache.struts/struts-core "1.3.10"]
Apache Buildr
'org.apache.struts:struts-core:jar:1.3.10'