| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Redisson |
| GroupId | GroupIdcom.github.streamone |
| ArtifactId | ArtifactIdshiro-redisson |
| Last Version | Last Version1.5.0.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionshiro-redisson
A redis based implementation of Shiro Cache, using redisson for basic capabilities.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.streamone/shiro-redisson/ -->
<dependency>
<groupId>com.github.streamone</groupId>
<artifactId>shiro-redisson</artifactId>
<version>1.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.streamone/shiro-redisson/
implementation 'com.github.streamone:shiro-redisson:1.5.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.streamone/shiro-redisson/
implementation ("com.github.streamone:shiro-redisson:1.5.0.RELEASE")
'com.github.streamone:shiro-redisson:jar:1.5.0.RELEASE'
<dependency org="com.github.streamone" name="shiro-redisson" rev="1.5.0.RELEASE">
<artifact name="shiro-redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.streamone', module='shiro-redisson', version='1.5.0.RELEASE')
)
libraryDependencies += "com.github.streamone" % "shiro-redisson" % "1.5.0.RELEASE"
[com.github.streamone/shiro-redisson "1.5.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.redisson : redisson | jar | 3.12.5 |
| org.apache.shiro : shiro-core | jar | 1.5.3 |
| org.apache.shiro : shiro-web | jar | 1.5.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |