Download ratpack-groovy-test-1.4.1.jar file - Jar r

Jar examples for r:ratpack-groovy-test

Description

Test time support for Groovy Ratpack apps (or for Groovy based tests)

You can download jar file ratpack-groovy-test 1.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ratpack-groovy-test-1.4.1.jar to your project.

<dependency>
   <groupId>io.ratpack</groupId>
   <artifactId>ratpack-groovy-test</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'io.ratpack', name: 'ratpack-groovy-test', version: '1.4.1'
libraryDependencies += "io.ratpack" % "ratpack-groovy-test" % "1.4.1"
<dependency org="io.ratpack" name="ratpack-groovy-test" rev="1.4.1"/>
@Grapes(@Grab(group='io.ratpack', module='ratpack-groovy-test', version='1.4.1'))
'io.ratpack:ratpack-groovy-test:jar:1.4.1'

Download

Click the following link to download the jar file.

ratpack-groovy-test-1.4.1-javadoc.jar
ratpack-groovy-test-1.4.1-sources.jar
ratpack-groovy-test-1.4.1.jar
ratpack-groovy-test-1.4.1.pom



Related Tutorials