is not current version
Last Version 9.1.02.B04.p0

org.mortbay.jetty:jetty-jsp 9.1.1.B60.25.p2


Categories

Categories

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

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-jsp
Version

Version

9.1.1.B60.25.p2
Type

Type

pom

Download jetty-jsp 9.1.1.B60.25.p2


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