is not current version
Last Version 4.1

net.pwall.el:el 4.0

Updated version of EL - an implementation of the JSTL Expression Language

Categories

Categories

Net
GroupId

GroupId

net.pwall.el
ArtifactId

ArtifactId

el
Version

Version

4.0
Type

Type

jar

Download el 4.0


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