j

juel-parent

Implementation of the Java Unified Expression Language as specified by the Expression Language Specification, Version 2.1 (JEE5, part of the JSP 2.1 standard [JSR-245]), plus maintenance release 2.2 (JEE6).
http://juel.sourceforge.net/
The Apache Software License, Version 2.0
Odysseus Software GmbH
Christoph Beck
Files download
File Operation
juel-parent-2.2.2.pom download
Apache Maven
<dependency>
  <groupId>de.odysseus.juel</groupId>
  <artifactId>juel-parent</artifactId>
  <version>2.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.odysseus.juel:juel-parent:2.2.2'
Gradle Kotlin
implementation("de.odysseus.juel:juel-parent:2.2.2")
Scala SBT
libraryDependencies += "de.odysseus.juel" % "juel-parent" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='de.odysseus.juel', module='juel-parent', version='2.2.2')
)
Apache Ivy
<dependency org="de.odysseus.juel" name="juel-parent" rev="2.2.2" />
Leiningen
[de.odysseus.juel/juel-parent "2.2.2"]
Apache Buildr
'de.odysseus.juel:juel-parent:jar:2.2.2'