<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>glassfish-jstl</artifactId>
<version>11.0.17</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='glassfish-jstl', version='11.0.17')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>11.0.17</version> </parent>
compile
|-- jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
|-- org.glassfish.web:jakarta.servlet.jsp.jstl
test
|-- org.eclipse.jetty.toolchain:jetty-test-helper
|-- org.eclipse.jetty:apache-jsp
|-- org.eclipse.jetty:jetty-annotations