Java Unified Expression Language

Implementation of the Java Unified Expression Language as specified by the Expression Language Specification, Version 2.1: part of the JSP 2.1 standard (JSR-245).

License

License

GroupId

GroupId

de.odysseus.juel
ArtifactId

ArtifactId

juel
Last Version

Last Version

2.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Java Unified Expression Language
Implementation of the Java Unified Expression Language as specified by the Expression Language Specification, Version 2.1: part of the JSP 2.1 standard (JSR-245).
Project URL

Project URL

http://juel.sourceforge.net/
Project Organization

Project Organization

Odysseus Software GmbH

Download juel

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.3
2.1.2
2.1.0