Download ratpack-test-0.9.10.jar file - Jar r

Jar examples for r:ratpack-test

Description

Test time support for developing Ratpack applications and extensions

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ratpack-test-0.9.10-javadoc.jar
ratpack-test-0.9.10-sources.jar
ratpack-test-0.9.10.jar
ratpack-test-0.9.10.pom



Related Tutorials