is not current version
Last Version 7.5.4.v20111024

org.eclipse.jetty:jetty-jsp-2.1 7.2.0.RC0

Additions to Jasper implementation from Glassfish

Categories

Categories

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

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-jsp-2.1
Version

Version

7.2.0.RC0
Type

Type

jar

Download jetty-jsp-2.1 7.2.0.RC0


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