Download session-14.06-beta.jar file - Jar s

Jar examples for s:session

Description

Provides management of application sessions via a session repository (e.g. Redis). General JEE container use case with HttpSession is supported.

You can download jar file session 14.06-beta in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add session-14.06-beta.jar to your project.

<dependency>
   <groupId>eu.agrosense.api</groupId>
   <artifactId>session</artifactId>
   <version>14.06-beta</version>
</dependency>
compile group: 'eu.agrosense.api', name: 'session', version: '14.06-beta'
libraryDependencies += "eu.agrosense.api" % "session" % "14.06-beta"
<dependency org="eu.agrosense.api" name="session" rev="14.06-beta"/>
@Grapes(@Grab(group='eu.agrosense.api', module='session', version='14.06-beta'))
'eu.agrosense.api:session:jar:14.06-beta'

Download

Click the following link to download the jar file.

session-14.06-beta-javadoc.jar
session-14.06-beta-sources.jar
session-14.06-beta.jar
session-14.06-beta.pom



Related Tutorials