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