is not current version
Last Version 10.1.0-M16

org.mortbay.jasper:jasper-jsp 8.5.4

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.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.mortbay.jasper
ArtifactId

ArtifactId

jasper-jsp
Version

Version

8.5.4
Type

Type

pom

Download jasper-jsp 8.5.4

Filename Size
jasper-jsp-8.5.4.pom 3 KB
Browse

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