Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.gitee.vanting |
ArtifactId | ArtifactIdzhcc-common-shiro |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
zhcc-common-shiro-1.0.pom | |
zhcc-common-shiro-1.0.jar | 29 KB |
zhcc-common-shiro-1.0-sources.jar | 22 KB |
zhcc-common-shiro-1.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.vanting/zhcc-common-shiro/ -->
<dependency>
<groupId>com.gitee.vanting</groupId>
<artifactId>zhcc-common-shiro</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.vanting/zhcc-common-shiro/
implementation 'com.gitee.vanting:zhcc-common-shiro:1.0'
// https://jarcasting.com/artifacts/com.gitee.vanting/zhcc-common-shiro/
implementation ("com.gitee.vanting:zhcc-common-shiro:1.0")
'com.gitee.vanting:zhcc-common-shiro:jar:1.0'
<dependency org="com.gitee.vanting" name="zhcc-common-shiro" rev="1.0">
<artifact name="zhcc-common-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.vanting', module='zhcc-common-shiro', version='1.0')
)
libraryDependencies += "com.gitee.vanting" % "zhcc-common-shiro" % "1.0"
[com.gitee.vanting/zhcc-common-shiro "1.0"]