<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.51.v20230217</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-servlet', version='9.4.51.v20230217')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.4.51.v20230217</version> </parent>
compile
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-util-ajax
|-- org.eclipse.jetty:jetty-jmx
test
|-- org.eclipse.jetty.toolchain:jetty-test-helper