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