не последняя версия
Последняя версия 2.2.1-b03

org.glassfish.web:el 2.1.2-b01


Категории

Категории

GlassFish Контейнер Application Servers
Группа

Группа

org.glassfish.web
Идентификатор

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

el
Версия

Версия

2.1.2-b01
Тип

Тип

pom

Скачать el 2.1.2-b01

Имя Файла Размер
el-2.1.2-b01.pom 1 KB
Обзор

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