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