MortBay :: Apache Taglibs Standard :: 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.

License

License

GroupId

GroupId

org.mortbay.jasper
ArtifactId

ArtifactId

taglibs-standard
Last Version

Last Version

10.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

MortBay :: Apache Taglibs Standard :: 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.

Download taglibs-standard

How to add to project

<!-- https://jarcasting.com/artifacts/org.mortbay.jasper/taglibs-standard/ -->
<dependency>
    <groupId>org.mortbay.jasper</groupId>
    <artifactId>taglibs-standard</artifactId>
    <version>10.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jasper/taglibs-standard/
implementation 'org.mortbay.jasper:taglibs-standard:10.0.2'
// https://jarcasting.com/artifacts/org.mortbay.jasper/taglibs-standard/
implementation ("org.mortbay.jasper:taglibs-standard:10.0.2")
'org.mortbay.jasper:taglibs-standard:jar:10.0.2'
<dependency org="org.mortbay.jasper" name="taglibs-standard" rev="10.0.2">
  <artifact name="taglibs-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jasper', module='taglibs-standard', version='10.0.2')
)
libraryDependencies += "org.mortbay.jasper" % "taglibs-standard" % "10.0.2"
[org.mortbay.jasper/taglibs-standard "10.0.2"]

Dependencies

provided (1)

Group / Artifact Type Version
jakarta.servlet : jakarta.servlet-api Optional jar 5.0.0

Project Modules

There are no modules declared in this project.

Jasper JSP

A version of apache jasper with most tomcat dependencies removed so that JSP can be used in other servlet containers.

This project uses the artifacts of apache jasper, but builds them into jars that exclude a lot of the unnecessary tomcat classes. It also explicitly excludes the org.apache.jasper.servlet.JasperInitializer ServletContainerInitializer META-INF/service definition so that the jetty project can extend the class to supply its own ServletContainerInitializer service to initialize the jsp engine.

This project makes no change to the licensing or copyright applied to the apache project.

org.mortbay.jasper

Jetty Non-Eclipse Repositories

Additional Jetty repositories not covered by the Eclipse Foundation IP policy

Versions

Version
10.0.2
10.0.0-1-M7
10.0.0-M10
10.0.0-M7
10.0.0-M5