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.

Лицензия

Лицензия

Группа

Группа

org.mortbay.jasper
Идентификатор

Идентификатор

taglibs-standard
Последняя версия

Последняя версия

10.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать taglibs-standard

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
jakarta.servlet : jakarta.servlet-api Необязательный jar 5.0.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
10.0.2
10.0.0-1-M7
10.0.0-M10
10.0.0-M7
10.0.0-M5