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