<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.0.1.v20110908</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-server', version='8.0.1.v20110908')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>8.0.1.v20110908</version> </parent>
compile
|-- ${servlet.spec.groupId}:${servlet.spec.artifactId}
|-- org.eclipse.jetty:jetty-continuation
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-jmx
test
|-- org.eclipse.jetty.toolchain:jetty-test-helper
|-- junit:junit