| GroupId | GroupIdcom.github.zhengframework |
|---|---|
| ArtifactId | ArtifactIdzheng-shiro-web |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zheng-shiro-web-1.5.0.pom | |
| zheng-shiro-web-1.5.0.jar | 11 KB |
| zheng-shiro-web-1.5.0-sources.jar | 7 KB |
| zheng-shiro-web-1.5.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-shiro-web/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-shiro-web</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-shiro-web/
implementation 'com.github.zhengframework:zheng-shiro-web:1.5.0'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-shiro-web/
implementation ("com.github.zhengframework:zheng-shiro-web:1.5.0")
'com.github.zhengframework:zheng-shiro-web:jar:1.5.0'
<dependency org="com.github.zhengframework" name="zheng-shiro-web" rev="1.5.0">
<artifact name="zheng-shiro-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-shiro-web', version='1.5.0')
)
libraryDependencies += "com.github.zhengframework" % "zheng-shiro-web" % "1.5.0"
[com.github.zhengframework/zheng-shiro-web "1.5.0"]