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