is not current version
Last Version 2.2.1-b03

org.glassfish.web:jsp 2.1


Categories

Categories

GlassFish Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.glassfish.web
ArtifactId

ArtifactId

jsp
Version

Version

2.1
Type

Type

pom

Download jsp 2.1

Filename Size
jsp-2.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.web/jsp/ -->
<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>jsp</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/jsp/
implementation 'org.glassfish.web:jsp:2.1'
// https://jarcasting.com/artifacts/org.glassfish.web/jsp/
implementation ("org.glassfish.web:jsp:2.1")
'org.glassfish.web:jsp:pom:2.1'
<dependency org="org.glassfish.web" name="jsp" rev="2.1">
  <artifact name="jsp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='jsp', version='2.1')
)
libraryDependencies += "org.glassfish.web" % "jsp" % "2.1"
[org.glassfish.web/jsp "2.1"]