GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-shiro |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-shiro/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-shiro</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-shiro/
implementation 'org.nutz:nutzboot-starter-shiro:2.2.4'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-shiro/
implementation ("org.nutz:nutzboot-starter-shiro:2.2.4")
'org.nutz:nutzboot-starter-shiro:jar:2.2.4'
<dependency org="org.nutz" name="nutzboot-starter-shiro" rev="2.2.4">
<artifact name="nutzboot-starter-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-shiro', version='2.2.4')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-shiro" % "2.2.4"
[org.nutz/nutzboot-starter-shiro "2.2.4"]