License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.boyazuo |
ArtifactId | ArtifactIdshiro-spring-boot |
Version | Version1.0.3 |
Type | Typepom |
Description |
Descriptionshiro-spring-boot
Spring Boot Support for Shiro
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shiro-spring-boot-1.0.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/ -->
<dependency>
<groupId>com.github.boyazuo</groupId>
<artifactId>shiro-spring-boot</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/
implementation 'com.github.boyazuo:shiro-spring-boot:1.0.3'
// https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/
implementation ("com.github.boyazuo:shiro-spring-boot:1.0.3")
'com.github.boyazuo:shiro-spring-boot:pom:1.0.3'
<dependency org="com.github.boyazuo" name="shiro-spring-boot" rev="1.0.3">
<artifact name="shiro-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.boyazuo', module='shiro-spring-boot', version='1.0.3')
)
libraryDependencies += "com.github.boyazuo" % "shiro-spring-boot" % "1.0.3"
[com.github.boyazuo/shiro-spring-boot "1.0.3"]