License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-jsp-2.1 |
Last Version | Last Version7.5.4.v20111024 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Jetty JSP Additions
Additions to Jasper implementation from Glassfish
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- 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.5.4.v20111024</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jsp-2.1/
implementation 'org.eclipse.jetty:jetty-jsp-2.1:7.5.4.v20111024'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jsp-2.1/
implementation ("org.eclipse.jetty:jetty-jsp-2.1:7.5.4.v20111024")
'org.eclipse.jetty:jetty-jsp-2.1:jar:7.5.4.v20111024'
<dependency org="org.eclipse.jetty" name="jetty-jsp-2.1" rev="7.5.4.v20111024">
<artifact name="jetty-jsp-2.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-jsp-2.1', version='7.5.4.v20111024')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-jsp-2.1" % "7.5.4.v20111024"
[org.eclipse.jetty/jetty-jsp-2.1 "7.5.4.v20111024"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.web : jsp-impl | jar | 2.1.3-b10 |
javax.servlet : servlet-api | jar | 2.5 |
org.eclipse.jdt.core.compiler : ecj | jar | 3.7 |