is not current version
Last Version 0.9.12

io.leopard:leopard-session 0.9.4

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

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-session
Version

Version

0.9.4
Type

Type

jar

Download leopard-session 0.9.4


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