Jar examples for 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). Includes javax.el.* sources from the GlassFish project.
You can download jar file juel 2.1.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add juel-2.1.3.jar to your project.
<dependency> <groupId>de.odysseus.juel</groupId> <artifactId>juel</artifactId> <version>2.1.3</version> </dependency>
compile group: 'de.odysseus.juel', name: 'juel', version: '2.1.3'
libraryDependencies += "de.odysseus.juel" % "juel" % "2.1.3"
<dependency org="de.odysseus.juel" name="juel" rev="2.1.3"/>
@Grapes(@Grab(group='de.odysseus.juel', module='juel', version='2.1.3'))
'de.odysseus.juel:juel:jar:2.1.3'
Click the following link to download the jar file.
juel-2.1.3.jar