is not current version
Last Version 2.2.1-b05

org.glassfish.web:el-impl 1.1.1-b02


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.web
ArtifactId

ArtifactId

el-impl
Version

Version

1.1.1-b02
Type

Type

jar

Download el-impl 1.1.1-b02


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