| GroupId | GroupIdcom.gitee.zhibi |
|---|---|
| ArtifactId | ArtifactIdfast-shiro |
| Version | Version2.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fast-shiro-2.6.1.pom | |
| fast-shiro-2.6.1.jar | 9 KB |
| fast-shiro-2.6.1-sources.jar | 8 KB |
| fast-shiro-2.6.1-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-shiro/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-shiro</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-shiro/
implementation 'com.gitee.zhibi:fast-shiro:2.6.1'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-shiro/
implementation ("com.gitee.zhibi:fast-shiro:2.6.1")
'com.gitee.zhibi:fast-shiro:jar:2.6.1'
<dependency org="com.gitee.zhibi" name="fast-shiro" rev="2.6.1">
<artifact name="fast-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-shiro', version='2.6.1')
)
libraryDependencies += "com.gitee.zhibi" % "fast-shiro" % "2.6.1"
[com.gitee.zhibi/fast-shiro "2.6.1"]