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