Download wiremock-groovy-0.2.0.jar file - Jar w

Jar examples for w:wiremock-groovy

Description

WireMock api for groovy

You can download jar file wiremock-groovy 0.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add wiremock-groovy-0.2.0.jar to your project.

<dependency>
   <groupId>com.github.tomjankes</groupId>
   <artifactId>wiremock-groovy</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.github.tomjankes', name: 'wiremock-groovy', version: '0.2.0'
libraryDependencies += "com.github.tomjankes" % "wiremock-groovy" % "0.2.0"
<dependency org="com.github.tomjankes" name="wiremock-groovy" rev="0.2.0"/>
@Grapes(@Grab(group='com.github.tomjankes', module='wiremock-groovy', version='0.2.0'))
'com.github.tomjankes:wiremock-groovy:jar:0.2.0'

Download

Click the following link to download the jar file.

wiremock-groovy-0.2.0-javadoc.jar
wiremock-groovy-0.2.0-sources.jar
wiremock-groovy-0.2.0.jar
wiremock-groovy-0.2.0.pom



Related Tutorials