is not current version
Last Version 7.0.0.pre5

org.mortbay.jetty:jsp-2.1-jetty 7.0.0.pre4

JSP2.1 Jasper implementation from Glassfish

Categories

Categories

Jetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jsp-2.1-jetty
Version

Version

7.0.0.pre4
Type

Type

jar

Download jsp-2.1-jetty 7.0.0.pre4


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