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