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