<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>rest-assert-unit</artifactId>
<version>0.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='rest-assert-unit', version='0.2.0')
)
<parent> <groupId>com.github.mjeanroy</groupId> <artifactId>rest-assert</artifactId> <version>0.2.0</version> </parent>
compile
|-- com.github.mjeanroy:rest-assert-core
|-- com.ning:async-http-client
|-- org.asynchttpclient:async-http-client
|-- org.apache.httpcomponents:httpclient
|-- com.google.http-client:google-http-client
|-- org.springframework:spring-test
|-- javax.servlet:javax.servlet-api
|-- com.github.mjeanroy:rest-assert-generator
test
|-- junit:junit
|-- com.github.mjeanroy:rest-assert-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.codehaus.jackson:jackson-mapper-asl
|-- ch.qos.logback:logback-classic
|-- com.github.mjeanroy:junit-runif