GroupId | GroupIdcom.github.xfslove |
---|---|
ArtifactId | ArtifactIdshiro-uaa-auth-server |
Version | Version1.0.5-SNAOSHOT |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xfslove/shiro-uaa-auth-server/ -->
<dependency>
<groupId>com.github.xfslove</groupId>
<artifactId>shiro-uaa-auth-server</artifactId>
<version>1.0.5-SNAOSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xfslove/shiro-uaa-auth-server/
implementation 'com.github.xfslove:shiro-uaa-auth-server:1.0.5-SNAOSHOT'
// https://jarcasting.com/artifacts/com.github.xfslove/shiro-uaa-auth-server/
implementation ("com.github.xfslove:shiro-uaa-auth-server:1.0.5-SNAOSHOT")
'com.github.xfslove:shiro-uaa-auth-server:jar:1.0.5-SNAOSHOT'
<dependency org="com.github.xfslove" name="shiro-uaa-auth-server" rev="1.0.5-SNAOSHOT">
<artifact name="shiro-uaa-auth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xfslove', module='shiro-uaa-auth-server', version='1.0.5-SNAOSHOT')
)
libraryDependencies += "com.github.xfslove" % "shiro-uaa-auth-server" % "1.0.5-SNAOSHOT"
[com.github.xfslove/shiro-uaa-auth-server "1.0.5-SNAOSHOT"]