MVN

com.github.x-hansong : redis-http-session

Maven & Gradle

May 10, 2016
82 stars

redis-http-session · RedisHttpSession provides an way to transparently store http session in redis, which allows multi-clients to share the session.

<dependency>
    <groupId>com.github.x-hansong</groupId>
    <artifactId>redis-http-session</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.x-hansong : redis-http-session to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.x-hansong : redis-http-session to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
redis-http-session-1.0

How to add a dependency to Maven

Add the following com.github.x-hansong : redis-http-session maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.x-hansong</groupId>
    <artifactId>redis-http-session</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.x-hansong : redis-http-session gradle dependency to your build.gradle file:

implementation 'com.github.x-hansong:redis-http-session:1.0'

Gradle Kotlin DSL: Add the following com.github.x-hansong : redis-http-session gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.x-hansong:redis-http-session:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.x-hansong : redis-http-session sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.x-hansong" % "redis-http-session" % "1.0"