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