<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>10.0.0.beta3</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-servlet', version='10.0.0.beta3')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>10.0.0.beta3</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