is not current version
Last Version 2.1.3

de.odysseus.juel:juel 2.1.2

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).

GroupId

GroupId

de.odysseus.juel
ArtifactId

ArtifactId

juel
Version

Version

2.1.2
Type

Type

jar

Download juel 2.1.2


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