is not current version
Last Version 10.1.0-M16

org.mortbay.jasper:jasper-jsp 10.0.0-M10

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

10.0.0-M10
Type

Type

pom

Download jasper-jsp 10.0.0-M10

Filename Size
jasper-jsp-10.0.0-M10.pom 13 KB
Browse

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