GroupId | GroupIdcom.gitee.zcx7878 |
---|---|
ArtifactId | ArtifactIdleisure.springboot.authorization |
Version | Version1.0.1.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.authorization/ -->
<dependency>
<groupId>com.gitee.zcx7878</groupId>
<artifactId>leisure.springboot.authorization</artifactId>
<version>1.0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.authorization/
implementation 'com.gitee.zcx7878:leisure.springboot.authorization:1.0.1.9'
// https://jarcasting.com/artifacts/com.gitee.zcx7878/leisure.springboot.authorization/
implementation ("com.gitee.zcx7878:leisure.springboot.authorization:1.0.1.9")
'com.gitee.zcx7878:leisure.springboot.authorization:jar:1.0.1.9'
<dependency org="com.gitee.zcx7878" name="leisure.springboot.authorization" rev="1.0.1.9">
<artifact name="leisure.springboot.authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zcx7878', module='leisure.springboot.authorization', version='1.0.1.9')
)
libraryDependencies += "com.gitee.zcx7878" % "leisure.springboot.authorization" % "1.0.1.9"
[com.gitee.zcx7878/leisure.springboot.authorization "1.0.1.9"]