<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.0.0.RC2</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-client', version='9.0.0.RC2')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.0.0.RC2</version> </parent>
compile
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-io
test
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty.toolchain:jetty-test-helper