Download ratpack-core-1.1.1.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 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials