Download ratpack-gradle-1.5.1.jar file - Jar r

Jar examples for r:ratpack-gradle

Description

Build time Ratpack support with the Gradle build tool - http://gradle.org

You can download jar file ratpack-gradle 1.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ratpack-gradle-1.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

ratpack-gradle-1.5.1-javadoc.jar
ratpack-gradle-1.5.1-sources.jar
ratpack-gradle-1.5.1.jar
ratpack-gradle-1.5.1.pom



Related Tutorials