| License |
License
CDDL + GPLv2 with classpath exception
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
| GroupId | GroupIdorg.glassfish.web |
| ArtifactId | ArtifactIdjsp |
| Last Version | Last Version2.2.1-b03 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJavaServer Pages modules
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsp-2.2.1-b03.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/jsp/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jsp</artifactId>
<version>2.2.1-b03</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/jsp/
implementation 'org.glassfish.web:jsp:2.2.1-b03'
// https://jarcasting.com/artifacts/org.glassfish.web/jsp/
implementation ("org.glassfish.web:jsp:2.2.1-b03")
'org.glassfish.web:jsp:pom:2.2.1-b03'
<dependency org="org.glassfish.web" name="jsp" rev="2.2.1-b03">
<artifact name="jsp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='jsp', version='2.2.1-b03')
)
libraryDependencies += "org.glassfish.web" % "jsp" % "2.2.1-b03"
[org.glassfish.web/jsp "2.2.1-b03"]