License |
License |
---|---|
GroupId | GroupIdcom.sun.el |
ArtifactId | ArtifactIdel-ri |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJakarta Expression Language 3.0 Implementation
Jakarta Expression Language Implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
el-ri-3.0.4.pom | |
el-ri-3.0.4.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.el/el-ri/ -->
<dependency>
<groupId>com.sun.el</groupId>
<artifactId>el-ri</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.el/el-ri/
implementation 'com.sun.el:el-ri:3.0.4'
// https://jarcasting.com/artifacts/com.sun.el/el-ri/
implementation ("com.sun.el:el-ri:3.0.4")
'com.sun.el:el-ri:jar:3.0.4'
<dependency org="com.sun.el" name="el-ri" rev="3.0.4">
<artifact name="el-ri" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.el', module='el-ri', version='3.0.4')
)
libraryDependencies += "com.sun.el" % "el-ri" % "3.0.4"
[com.sun.el/el-ri "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.el : jakarta.el-api | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |