| Categories | CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdjsp | 
| Version | Version2.1-6.0.0beta14 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jsp-2.1-6.0.0beta14.pom | |
| jsp-2.1-6.0.0beta14.jar | 571 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/jsp/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jsp</artifactId>
    <version>2.1-6.0.0beta14</version>
</dependency>// https://jarcasting.com/artifacts/jetty/jsp/
implementation 'jetty:jsp:2.1-6.0.0beta14'// https://jarcasting.com/artifacts/jetty/jsp/
implementation ("jetty:jsp:2.1-6.0.0beta14")'jetty:jsp:jar:2.1-6.0.0beta14'<dependency org="jetty" name="jsp" rev="2.1-6.0.0beta14">
  <artifact name="jsp" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='jsp', version='2.1-6.0.0beta14')
)libraryDependencies += "jetty" % "jsp" % "2.1-6.0.0beta14"[jetty/jsp "2.1-6.0.0beta14"]