<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>junit-servers-core</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers-core', version='3.1.0')
)
<parent> <groupId>com.github.mjeanroy</groupId> <artifactId>junit-servers</artifactId> <version>3.1.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
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-annotations
|-- org.apache.tomcat.embed:tomcat-embed-core
test
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.vintage:junit-vintage-engine
|-- com.github.tomakehurst:wiremock-jre8-standalone
|-- nl.jqno.equalsverifier:equalsverifier