Last Version

Java Unified Expression Language 2.2.7

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).

License

License

GroupId

GroupId

de.odysseus.juel
ArtifactId

ArtifactId

juel-parent
Version

Version

2.2.7
Type

Type

pom
Description

Description

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).
Project URL

Project URL

http://juel.sourceforge.net/
Project Organization

Project Organization

Odysseus Software GmbH
Source Code Management

Source Code Management

https://github.com/beckchr/juel

Download juel-parent 2.2.7

Filename Size
juel-parent-2.2.7.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/de.odysseus.juel/juel-parent/ -->
<dependency>
    <groupId>de.odysseus.juel</groupId>
    <artifactId>juel-parent</artifactId>
    <version>2.2.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.odysseus.juel/juel-parent/
implementation 'de.odysseus.juel:juel-parent:2.2.7'
// https://jarcasting.com/artifacts/de.odysseus.juel/juel-parent/
implementation ("de.odysseus.juel:juel-parent:2.2.7")
'de.odysseus.juel:juel-parent:pom:2.2.7'
<dependency org="de.odysseus.juel" name="juel-parent" rev="2.2.7">
  <artifact name="juel-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.odysseus.juel', module='juel-parent', version='2.2.7')
)
libraryDependencies += "de.odysseus.juel" % "juel-parent" % "2.2.7"
[de.odysseus.juel/juel-parent "2.2.7"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • modules/api
  • modules/impl
  • modules/spi