is not current version
Last Version 1.2.9

struts:struts-el 1.2.4


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts-el
Version

Version

1.2.4
Type

Type

jar

Download struts-el 1.2.4


<!-- https://jarcasting.com/artifacts/struts/struts-el/ -->
<dependency>
    <groupId>struts</groupId>
    <artifactId>struts-el</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/struts/struts-el/
implementation 'struts:struts-el:1.2.4'
// https://jarcasting.com/artifacts/struts/struts-el/
implementation ("struts:struts-el:1.2.4")
'struts:struts-el:jar:1.2.4'
<dependency org="struts" name="struts-el" rev="1.2.4">
  <artifact name="struts-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='struts', module='struts-el', version='1.2.4')
)
libraryDependencies += "struts" % "struts-el" % "1.2.4"
[struts/struts-el "1.2.4"]