is not current version
Last Version 2.2.1-b03

org.glassfish.web:el 1.1


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.web
ArtifactId

ArtifactId

el
Version

Version

1.1
Type

Type

pom

Download el 1.1

Filename Size
el-1.1.pom 1 KB
Browse

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