<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.24.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock-jre8', version='2.24.0')
)
compile
|-- org.eclipse.jetty:jetty-server:9.4.15.v20190215
|-- org.eclipse.jetty:jetty-servlet:9.4.15.v20190215
|-- org.eclipse.jetty:jetty-servlets:9.4.15.v20190215
|-- org.eclipse.jetty:jetty-webapp:9.4.15.v20190215
|-- com.google.guava:guava:27.0.1-jre
|-- com.fasterxml.jackson.core:jackson-core:2.9.9
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.9
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- org.apache.httpcomponents:httpclient:4.5.6
|-- org.xmlunit:xmlunit-core:2.6.2
|-- org.xmlunit:xmlunit-legacy:2.6.2
|-- org.xmlunit:xmlunit-placeholders:2.6.2
|-- com.jayway.jsonpath:json-path:2.4.0
|-- org.slf4j:slf4j-api:1.7.12
|-- net.sf.jopt-simple:jopt-simple:5.0.3
|-- junit:junit:4.12
|-- org.apache.commons:commons-lang3:3.7
|-- com.flipkart.zjsonpatch:zjsonpatch:0.4.4