Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdorg.crazycake |
ArtifactId | ArtifactIdshiro-redis-spring-boot-starter |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.crazycake/shiro-redis-spring-boot-starter/ -->
<dependency>
<groupId>org.crazycake</groupId>
<artifactId>shiro-redis-spring-boot-starter</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis-spring-boot-starter/
implementation 'org.crazycake:shiro-redis-spring-boot-starter:3.2.0'
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis-spring-boot-starter/
implementation ("org.crazycake:shiro-redis-spring-boot-starter:3.2.0")
'org.crazycake:shiro-redis-spring-boot-starter:jar:3.2.0'
<dependency org="org.crazycake" name="shiro-redis-spring-boot-starter" rev="3.2.0">
<artifact name="shiro-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='shiro-redis-spring-boot-starter', version='3.2.0')
)
libraryDependencies += "org.crazycake" % "shiro-redis-spring-boot-starter" % "3.2.0"
[org.crazycake/shiro-redis-spring-boot-starter "3.2.0"]