Expression Language

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.el
ArtifactId

ArtifactId

el
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/pwall567/el
Source Code Management

Source Code Management

https://github.com/pwall567/el

Download el

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
net.pwall.util : javautil jar 2.4
net.pwall.xml : xmlutil jar 2.2

Project Modules

There are no modules declared in this project.

el

Expression Language Parser / Evaluator

See JavaDoc in main class net.pwall.el.Expression for description.

Licence

MIT

Versions

Version
4.1
4.0
3.0.3
3.0.2
3.0.1
3.0