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