License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.x-hansong |
ArtifactId | ArtifactIdredis-http-session |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionredis-http-session
RedisHttpSession provides an way to transparently store http session in redis, which allows multi-clients to share the session.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-http-session-1.0.pom | |
redis-http-session-1.0.jar | 17 KB |
redis-http-session-1.0-sources.jar | 8 KB |
redis-http-session-1.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/ -->
<dependency>
<groupId>com.github.x-hansong</groupId>
<artifactId>redis-http-session</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/
implementation 'com.github.x-hansong:redis-http-session:1.0'
// https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/
implementation ("com.github.x-hansong:redis-http-session:1.0")
'com.github.x-hansong:redis-http-session:jar:1.0'
<dependency org="com.github.x-hansong" name="redis-http-session" rev="1.0">
<artifact name="redis-http-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.x-hansong', module='redis-http-session', version='1.0')
)
libraryDependencies += "com.github.x-hansong" % "redis-http-session" % "1.0"
[com.github.x-hansong/redis-http-session "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.3 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
redis.clients : jedis | jar | 2.8.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.3 |
commons-lang : commons-lang | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |