is not current version
Last Version 2.2.2-b06

org.glassfish.web:jsp-impl 2.1.3-b11


Categories

Categories

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

GroupId

org.glassfish.web
ArtifactId

ArtifactId

jsp-impl
Version

Version

2.1.3-b11
Type

Type

jar

Download jsp-impl 2.1.3-b11


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