| License |
License |
|---|---|
| GroupId | GroupIdorg.mortbay.jasper |
| ArtifactId | ArtifactIdapache-el |
| Last Version | Last Version10.1.0-M16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMortBay :: Apache EL :: API and Implementation
A rebundling of Apache Tomcat Jasper to remove the tomcat server dependencies,
so that the JSP engine can be used by the Eclipse Jetty project.
|
| Filename | Size |
|---|---|
| apache-el-10.1.0-M16.pom | |
| apache-el-10.1.0-M16.jar | 249 KB |
| apache-el-10.1.0-M16-sources.jar | 1 MB |
| apache-el-10.1.0-M16-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jasper/apache-el/ -->
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
<version>10.1.0-M16</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jasper/apache-el/
implementation 'org.mortbay.jasper:apache-el:10.1.0-M16'
// https://jarcasting.com/artifacts/org.mortbay.jasper/apache-el/
implementation ("org.mortbay.jasper:apache-el:10.1.0-M16")
'org.mortbay.jasper:apache-el:jar:10.1.0-M16'
<dependency org="org.mortbay.jasper" name="apache-el" rev="10.1.0-M16">
<artifact name="apache-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jasper', module='apache-el', version='10.1.0-M16')
)
libraryDependencies += "org.mortbay.jasper" % "apache-el" % "10.1.0-M16"
[org.mortbay.jasper/apache-el "10.1.0-M16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat : tomcat-jasper Optional | jar | 10.1.0-M16 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 6.0.0 |
| org.apache.ant : ant | jar | 1.10.12 |