Download session-14.04.1-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.04.1-beta in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials