MVN

de.odysseus.juel : juel-parent

Maven & Gradle

Feb 06, 2014
131 stars

Java Unified Expression Language · 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).

<dependency>
    <groupId>de.odysseus.juel</groupId>
    <artifactId>juel-parent</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.odysseus.juel : juel-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of de.odysseus.juel : juel-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
juel-parent-2.2.7
juel-parent-2.2.6
juel-parent-2.2.5
juel-parent-2.2.4
juel-parent-2.2.3
juel-parent-2.2.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.odysseus.juel</groupId>
    <artifactId>juel-parent</artifactId>
    <version>2.2.7</version>
</dependency>

Advertisement