Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.web |
ArtifactId | ArtifactIdel-impl |
Last Version | Last Version2.2.1-b05 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpression Language Implementation
|
Filename | Size |
---|---|
el-impl-2.2.1-b05.pom | |
el-impl-2.2.1-b05.jar | 107 KB |
el-impl-2.2.1-b05-sources.jar | 131 KB |
el-impl-2.2.1-b05-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/el-impl/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<version>2.2.1-b05</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/el-impl/
implementation 'org.glassfish.web:el-impl:2.2.1-b05'
// https://jarcasting.com/artifacts/org.glassfish.web/el-impl/
implementation ("org.glassfish.web:el-impl:2.2.1-b05")
'org.glassfish.web:el-impl:jar:2.2.1-b05'
<dependency org="org.glassfish.web" name="el-impl" rev="2.2.1-b05">
<artifact name="el-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='el-impl', version='2.2.1-b05')
)
libraryDependencies += "org.glassfish.web" % "el-impl" % "2.2.1-b05"
[org.glassfish.web/el-impl "2.2.1-b05"]
Group / Artifact | Type | Version |
---|---|---|
javax.el : el-api | jar | 2.2.1-b04 |