| Categories | CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-jsp | 
| Version | Version9.1.5.v20140505 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jetty-jsp-9.1.5.v20140505.pom | |
| jetty-jsp-9.1.5.v20140505.jar | 3 KB | 
| jetty-jsp-9.1.5.v20140505-sources.jar | 1 KB | 
| jetty-jsp-9.1.5.v20140505-config.jar | 688 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jsp/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-jsp</artifactId>
    <version>9.1.5.v20140505</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jsp/
implementation 'org.eclipse.jetty:jetty-jsp:9.1.5.v20140505'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-jsp/
implementation ("org.eclipse.jetty:jetty-jsp:9.1.5.v20140505")'org.eclipse.jetty:jetty-jsp:jar:9.1.5.v20140505'<dependency org="org.eclipse.jetty" name="jetty-jsp" rev="9.1.5.v20140505">
  <artifact name="jetty-jsp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-jsp', version='9.1.5.v20140505')
)libraryDependencies += "org.eclipse.jetty" % "jetty-jsp" % "9.1.5.v20140505"[org.eclipse.jetty/jetty-jsp "9.1.5.v20140505"]