Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.coding.chenxiaobo |
ArtifactId | ArtifactIdshiro-extension |
Version | Version1.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.coding.chenxiaobo/shiro-extension/ -->
<dependency>
<groupId>net.coding.chenxiaobo</groupId>
<artifactId>shiro-extension</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.coding.chenxiaobo/shiro-extension/
implementation 'net.coding.chenxiaobo:shiro-extension:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/net.coding.chenxiaobo/shiro-extension/
implementation ("net.coding.chenxiaobo:shiro-extension:1.2.0.RELEASE")
'net.coding.chenxiaobo:shiro-extension:jar:1.2.0.RELEASE'
<dependency org="net.coding.chenxiaobo" name="shiro-extension" rev="1.2.0.RELEASE">
<artifact name="shiro-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.coding.chenxiaobo', module='shiro-extension', version='1.2.0.RELEASE')
)
libraryDependencies += "net.coding.chenxiaobo" % "shiro-extension" % "1.2.0.RELEASE"
[net.coding.chenxiaobo/shiro-extension "1.2.0.RELEASE"]