Download ratpack-core-0.5.jar file - Jar r

Jar examples for r:ratpack-core

Description

The core HTTP and composition mechanisms of Ratpack

You can download jar file ratpack-core 0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ratpack-core-0.5.jar to your project.

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

Download

Click the following link to download the jar file.

ratpack-core-0.5-javadoc.jar
ratpack-core-0.5-sources.jar
ratpack-core-0.5.jar
ratpack-core-0.5.pom



Related Tutorials