<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>junit-servers-core</artifactId>
<version>0.9.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers-core', version='0.9.0')
)
<parent> <groupId>com.github.mjeanroy</groupId> <artifactId>junit-servers</artifactId> <version>0.9.0</version> </parent>
compile
|-- com.ning:async-http-client
|-- org.asynchttpclient:async-http-client
|-- org.apache.httpcomponents:httpclient
|-- com.squareup.okhttp3:okhttp
provided
|-- junit:junit
|-- javax.servlet:javax.servlet-api
test
|-- org.apache.commons:commons-lang3
|-- com.github.tomakehurst:wiremock
|-- nl.jqno.equalsverifier:equalsverifier