Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.ifok.shiro |
ArtifactId | ArtifactIdstateless-shiro-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.ifok.shiro/stateless-shiro-spring-boot-starter/ -->
<dependency>
<groupId>net.ifok.shiro</groupId>
<artifactId>stateless-shiro-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ifok.shiro/stateless-shiro-spring-boot-starter/
implementation 'net.ifok.shiro:stateless-shiro-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/net.ifok.shiro/stateless-shiro-spring-boot-starter/
implementation ("net.ifok.shiro:stateless-shiro-spring-boot-starter:1.0.0")
'net.ifok.shiro:stateless-shiro-spring-boot-starter:jar:1.0.0'
<dependency org="net.ifok.shiro" name="stateless-shiro-spring-boot-starter" rev="1.0.0">
<artifact name="stateless-shiro-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ifok.shiro', module='stateless-shiro-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "net.ifok.shiro" % "stateless-shiro-spring-boot-starter" % "1.0.0"
[net.ifok.shiro/stateless-shiro-spring-boot-starter "1.0.0"]