<dependency>
<groupId>com.github.rest-driver</groupId>
<artifactId>rest-client-driver</artifactId>
<version>1.1.20</version>
</dependency>
@Grapes(
@Grab(group='com.github.rest-driver', module='rest-client-driver', version='1.1.20')
)
<parent> <groupId>com.github.rest-driver</groupId> <artifactId>rest-driver</artifactId> <version>1.1.20</version> </parent>
compile
|-- com.github.rest-driver:rest-driver-shared
|-- commons-codec:commons-codec
|-- junit:junit-dep
|-- org.eclipse.jetty:jetty-server
|-- org.hamcrest:hamcrest-core
test
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpclient