License |
License |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-session |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Session
分布式session实现。基于Leopard Memcache接口实现,目前Leopard已实现基于Memcached、Redis两种实现。
|
Filename | Size |
---|---|
leopard-session-0.9.12.pom | |
leopard-session-0.9.12.jar | 15 KB |
leopard-session-0.9.12-sources.jar | 9 KB |
leopard-session-0.9.12-javadoc.jar | 78 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
io.leopard : leopard-json | jar | 0.9.12 |
Group / Artifact | Type | Version |
---|---|---|
io.leopard : leopard-redis | jar | 0.9.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |