Download juel-impl-2.2.4.jar file - Jar j

Jar examples for j:juel-impl

Description

Java Unified Expression Language implementation classes

You can download jar file juel-impl 2.2.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add juel-impl-2.2.4.jar to your project.

<dependency>
   <groupId>de.odysseus.juel</groupId>
   <artifactId>juel-impl</artifactId>
   <version>2.2.4</version>
</dependency>
compile group: 'de.odysseus.juel', name: 'juel-impl', version: '2.2.4'
libraryDependencies += "de.odysseus.juel" % "juel-impl" % "2.2.4"
<dependency org="de.odysseus.juel" name="juel-impl" rev="2.2.4"/>
@Grapes(@Grab(group='de.odysseus.juel', module='juel-impl', version='2.2.4'))
'de.odysseus.juel:juel-impl:jar:2.2.4'

Download

Click the following link to download the jar file.

juel-impl-2.2.4-javadoc.jar
juel-impl-2.2.4-sources.jar
juel-impl-2.2.4.jar
juel-impl-2.2.4.pom



Related Tutorials