j

juel

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).
http://juel.sourceforge.net/
The Apache Software License, Version 2.0
Odysseus Software GmbH
Christoph Beck
Files download
File Operation
juel-2.1.3.jar download
juel-2.1.3.pom download
juel-2.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.odysseus.juel</groupId>
  <artifactId>juel</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'de.odysseus.juel:juel:2.1.3'
Gradle Kotlin
implementation("de.odysseus.juel:juel:2.1.3")
Scala SBT
libraryDependencies += "de.odysseus.juel" % "juel" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='de.odysseus.juel', module='juel', version='2.1.3')
)
Apache Ivy
<dependency org="de.odysseus.juel" name="juel" rev="2.1.3" />
Leiningen
[de.odysseus.juel/juel "2.1.3"]
Apache Buildr
'de.odysseus.juel:juel:jar:2.1.3'
Dependencies