License |
License |
---|---|
GroupId | GroupIdcom.github.taccisum |
ArtifactId | ArtifactIdshiro-starter |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionShiro Starter
another spring boot starter for shiro
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shiro-starter-2.2.0.pom | |
shiro-starter-2.2.0.jar | 50 KB |
shiro-starter-2.2.0-sources.jar | 31 KB |
shiro-starter-2.2.0-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taccisum/shiro-starter/ -->
<dependency>
<groupId>com.github.taccisum</groupId>
<artifactId>shiro-starter</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taccisum/shiro-starter/
implementation 'com.github.taccisum:shiro-starter:2.2.0'
// https://jarcasting.com/artifacts/com.github.taccisum/shiro-starter/
implementation ("com.github.taccisum:shiro-starter:2.2.0")
'com.github.taccisum:shiro-starter:jar:2.2.0'
<dependency org="com.github.taccisum" name="shiro-starter" rev="2.2.0">
<artifact name="shiro-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taccisum', module='shiro-starter', version='2.2.0')
)
libraryDependencies += "com.github.taccisum" % "shiro-starter" % "2.2.0"
[com.github.taccisum/shiro-starter "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.9.RELEASE |
org.apache.shiro : shiro-spring | jar | 1.4.0-RC2 |
org.springframework.boot : spring-boot-devtools Optional | jar | 1.5.9.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.9.RELEASE |
com.auth0 : java-jwt Optional | jar | 3.4.0 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.9.RELEASE |