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