is not current version
Last Version 11.0.11

org.eclipse.jetty:glassfish-jstl 11.0.2


Categories

Categories

Jetty Container Application Servers GlassFish Jakarta Standard Tag Library Jakarta EE The Web Tier CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

glassfish-jstl
Version

Version

11.0.2
Type

Type

jar

Download glassfish-jstl 11.0.2


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