is not current version
Last Version 7.0.0pre2

org.mortbay.jetty:jsp-2.1 6.1.1rc0


Categories

Categories

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

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jsp-2.1
Version

Version

6.1.1rc0
Type

Type

jar

Download jsp-2.1 6.1.1rc0


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