| License | License | 
|---|---|
| GroupId | GroupIdcn.org.faster | 
| ArtifactId | ArtifactIdfaster-shiro | 
| Version | Version1.4.2.RELEASE | 
| Type | Typejar | 
| Description | DescriptionParent pom providing dependency and plugin management for applications
		built with Maven | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>faster-shiro</artifactId>
    <version>1.4.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/
implementation 'cn.org.faster:faster-shiro:1.4.2.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/faster-shiro/
implementation ("cn.org.faster:faster-shiro:1.4.2.RELEASE")'cn.org.faster:faster-shiro:jar:1.4.2.RELEASE'<dependency org="cn.org.faster" name="faster-shiro" rev="1.4.2.RELEASE">
  <artifact name="faster-shiro" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='faster-shiro', version='1.4.2.RELEASE')
)libraryDependencies += "cn.org.faster" % "faster-shiro" % "1.4.2.RELEASE"[cn.org.faster/faster-shiro "1.4.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| cn.org.faster : faster-core | jar | 1.4.2.RELEASE | 
| cn.org.faster : faster-web Optional | jar | 1.4.2.RELEASE | 
| org.apache.shiro : shiro-spring | jar | 1.4.0 |