Download ratpack-groovy-1.5.0.jar file - Jar r

Jar examples for r:ratpack-groovy

Description

Ratpack integration for the Groovy programmming language - http://groovy-lang.org

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ratpack-groovy-1.5.0-javadoc.jar
ratpack-groovy-1.5.0-sources.jar
ratpack-groovy-1.5.0.jar
ratpack-groovy-1.5.0.pom



Related Tutorials