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