Download juel-2.1.3.jar file - Jar j

Jar examples for j:juel

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

juel-2.1.3.jar
juel-2.1.3-javadoc.jar
juel-2.1.3.pom
juel-2.1.3-sources.jar



Related Tutorials