| License |
License |
|---|---|
| GroupId | GroupIdde.odysseus.juel |
| ArtifactId | ArtifactIdjuel |
| Last Version | Last Version2.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Unified Expression Language
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).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| juel-2.1.3.pom | |
| juel-2.1.3.jar | 128 KB |
| juel-2.1.3-sources.jar | 107 KB |
| juel-2.1.3-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.odysseus.juel/juel/ -->
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.odysseus.juel/juel/
implementation 'de.odysseus.juel:juel:2.1.3'
// https://jarcasting.com/artifacts/de.odysseus.juel/juel/
implementation ("de.odysseus.juel:juel:2.1.3")
'de.odysseus.juel:juel:jar:2.1.3'
<dependency org="de.odysseus.juel" name="juel" rev="2.1.3">
<artifact name="juel" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.odysseus.juel', module='juel', version='2.1.3')
)
libraryDependencies += "de.odysseus.juel" % "juel" % "2.1.3"
[de.odysseus.juel/juel "2.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |