GroupId | GroupIdcn.org.faster |
---|---|
ArtifactId | ArtifactIdfaster-shiro |
Version | Version1.3.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-shiro</artifactId>
<version>1.3.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/
implementation 'cn.org.faster:faster-shiro:1.3.5.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/
implementation ("cn.org.faster:faster-shiro:1.3.5.RELEASE")
'cn.org.faster:faster-shiro:jar:1.3.5.RELEASE'
<dependency org="cn.org.faster" name="faster-shiro" rev="1.3.5.RELEASE">
<artifact name="faster-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-shiro', version='1.3.5.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-shiro" % "1.3.5.RELEASE"
[cn.org.faster/faster-shiro "1.3.5.RELEASE"]