is not current version
Last Version 2.2.2-b06

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


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-b02
Type

Type

jar

Download jsp-impl 2.1.3-b02


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