is not current version
Last Version 1.2.9

struts:struts-el 1.1


GroupId

GroupId

struts
ArtifactId

ArtifactId

struts-el
Version

Version

1.1
Type

Type

jar

Download struts-el 1.1


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