Download juel-api-2.2.5.jar file - Jar j

Jar examples for j:juel-api

Description

Java Unified Expression Language API classes

You can download jar file juel-api 2.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add juel-api-2.2.5.jar to your project.

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

Download

Click the following link to download the jar file.

juel-api-2.2.5-javadoc.jar
juel-api-2.2.5-sources.jar
juel-api-2.2.5.jar
juel-api-2.2.5.pom



Related Tutorials