Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.iherus.shiro |
ArtifactId | ArtifactIdshiro-redis |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
shiro-redis-2.4.0.pom | |
shiro-redis-2.4.0.jar | 188 KB |
shiro-redis-2.4.0-sources.jar | 108 KB |
shiro-redis-2.4.0-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iherus.shiro/shiro-redis/ -->
<dependency>
<groupId>org.iherus.shiro</groupId>
<artifactId>shiro-redis</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.iherus.shiro/shiro-redis/
implementation 'org.iherus.shiro:shiro-redis:2.4.0'
// https://jarcasting.com/artifacts/org.iherus.shiro/shiro-redis/
implementation ("org.iherus.shiro:shiro-redis:2.4.0")
'org.iherus.shiro:shiro-redis:jar:2.4.0'
<dependency org="org.iherus.shiro" name="shiro-redis" rev="2.4.0">
<artifact name="shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iherus.shiro', module='shiro-redis', version='2.4.0')
)
libraryDependencies += "org.iherus.shiro" % "shiro-redis" % "2.4.0"
[org.iherus.shiro/shiro-redis "2.4.0"]