is not current version
Last Version 11.0.11

org.eclipse.jetty:glassfish-jstl 11.0.1


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.1
Type

Type

jar

Download glassfish-jstl 11.0.1


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