<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.30.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock-jre8-standalone', version='2.30.1')
)