Download ratpack-session-1.3.0.jar file - Jar r

Jar examples for r:ratpack-session

Description

Support for HTTP sessions for Ratpack applications

You can download jar file ratpack-session 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ratpack-session-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

ratpack-session-1.3.0-javadoc.jar
ratpack-session-1.3.0-sources.jar
ratpack-session-1.3.0.jar
ratpack-session-1.3.0.pom



Related Tutorials