| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
| GroupId | GroupIdorg.mortbay.jetty |
| ArtifactId | ArtifactIdjsp-api |
| Last Version | Last Version2.1-6.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGlassfish Jasper API
|
| Project Organization |
Project OrganizationMort Bay Consulting |
| Filename | Size |
|---|---|
| jsp-api-2.1-6.0.1.pom | |
| jsp-api-2.1-6.0.1.jar | 498 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-api/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1-6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-api/
implementation 'org.mortbay.jetty:jsp-api:2.1-6.0.1'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jsp-api/
implementation ("org.mortbay.jetty:jsp-api:2.1-6.0.1")
'org.mortbay.jetty:jsp-api:jar:2.1-6.0.1'
<dependency org="org.mortbay.jetty" name="jsp-api" rev="2.1-6.0.1">
<artifact name="jsp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jsp-api', version='2.1-6.0.1')
)
libraryDependencies += "org.mortbay.jetty" % "jsp-api" % "2.1-6.0.1"
[org.mortbay.jetty/jsp-api "2.1-6.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api-2.5 | jar | 6.0.1 |