не последняя версия
Последняя версия 2.1.3

de.odysseus.juel:juel 2.1.2

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

Группа

Группа

de.odysseus.juel
Идентификатор

Идентификатор

juel
Версия

Версия

2.1.2
Тип

Тип

jar

Скачать juel 2.1.2

Имя Файла Размер
juel-2.1.2.pom
juel-2.1.2.jar 127 KB
juel-2.1.2-sources.jar 106 KB
Обзор

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