Leopard-Session

分布式session实现。基于Leopard Memcache接口实现,目前Leopard已实现基于Memcached、Redis两种实现。

License

License

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-session
Last Version

Last Version

0.9.12
Release Date

Release Date

Type

Type

jar
Description

Description

Leopard-Session
分布式session实现。基于Leopard Memcache接口实现,目前Leopard已实现基于Memcached、Redis两种实现。

Download leopard-session

How to add to project

<!-- https://jarcasting.com/artifacts/io.leopard/leopard-session/ -->
<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-session</artifactId>
    <version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-session/
implementation 'io.leopard:leopard-session:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-session/
implementation ("io.leopard:leopard-session:0.9.12")
'io.leopard:leopard-session:jar:0.9.12'
<dependency org="io.leopard" name="leopard-session" rev="0.9.12">
  <artifact name="leopard-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-session', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-session" % "0.9.12"
[io.leopard/leopard-session "0.9.12"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
io.leopard : leopard-json jar 0.9.12

provided (1)

Group / Artifact Type Version
io.leopard : leopard-redis jar 0.9.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

leopard

Versions

Version
0.9.12
0.9.11
0.9.10
0.9.8
0.9.6
0.9.4
0.0.2