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