GroupId | GroupIdjavax.el |
---|---|
ArtifactId | ArtifactIdel-api |
Last Version | Last Version2.2.1-b04 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpression Language API (2.1 Maintenance Release)
|
Filename | Size |
---|---|
el-api-2.2.1-b04.pom | |
el-api-2.2.1-b04.jar | 33 KB |
el-api-2.2.1-b04-sources.jar | 77 KB |
el-api-2.2.1-b04-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.el/el-api/ -->
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>2.2.1-b04</version>
</dependency>
// https://jarcasting.com/artifacts/javax.el/el-api/
implementation 'javax.el:el-api:2.2.1-b04'
// https://jarcasting.com/artifacts/javax.el/el-api/
implementation ("javax.el:el-api:2.2.1-b04")
'javax.el:el-api:jar:2.2.1-b04'
<dependency org="javax.el" name="el-api" rev="2.2.1-b04">
<artifact name="el-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.el', module='el-api', version='2.2.1-b04')
)
libraryDependencies += "javax.el" % "el-api" % "2.2.1-b04"
[javax.el/el-api "2.2.1-b04"]