MVN

com.github.jkutner : tomcat-redis-session

Maven & Gradle

Sep 29, 2016
2 usages
4 stars

Redis HttpSession for Tomcat · Redis HttpSession Implementation for Tomcat

<dependency>
    <groupId>com.github.jkutner</groupId>
    <artifactId>tomcat-redis-session</artifactId>
    <version>8.5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jkutner : tomcat-redis-session to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.5.0

All Versions

Choose a version of com.github.jkutner : tomcat-redis-session to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
tomcat-redis-session-8.5.5.0
8.0.x
tomcat-redis-session-8.0.18.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jkutner</groupId>
    <artifactId>tomcat-redis-session</artifactId>
    <version>8.5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jkutner : tomcat-redis-session gradle dependency to your build.gradle file:

implementation 'com.github.jkutner:tomcat-redis-session:8.5.5.0'

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

implementation("com.github.jkutner:tomcat-redis-session:8.5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jkutner : tomcat-redis-session sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jkutner" % "tomcat-redis-session" % "8.5.5.0"

Advertisement