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