License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-jsp |
Last Version | Last Version9.1.02.B04.p0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty :: JSP Modules
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-jsp-9.1.02.B04.p0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-jsp/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
<version>9.1.02.B04.p0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-jsp/
implementation 'org.mortbay.jetty:jetty-jsp:9.1.02.B04.p0'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-jsp/
implementation ("org.mortbay.jetty:jetty-jsp:9.1.02.B04.p0")
'org.mortbay.jetty:jetty-jsp:pom:9.1.02.B04.p0'
<dependency org="org.mortbay.jetty" name="jetty-jsp" rev="9.1.02.B04.p0">
<artifact name="jetty-jsp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-jsp', version='9.1.02.B04.p0')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-jsp" % "9.1.02.B04.p0"
[org.mortbay.jetty/jetty-jsp "9.1.02.B04.p0"]