is not current version
Last Version 1.0.4

com.itheima.em.auth:authority-sdk 1.0

authority-sdk是基于itcast-authority的restful接口实现的Java SDK的封装。

GroupId

GroupId

com.itheima.em.auth
ArtifactId

ArtifactId

authority-sdk
Version

Version

1.0
Type

Type

jar

Download authority-sdk 1.0


<!-- https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/ -->
<dependency>
    <groupId>com.itheima.em.auth</groupId>
    <artifactId>authority-sdk</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation 'com.itheima.em.auth:authority-sdk:1.0'
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation ("com.itheima.em.auth:authority-sdk:1.0")
'com.itheima.em.auth:authority-sdk:jar:1.0'
<dependency org="com.itheima.em.auth" name="authority-sdk" rev="1.0">
  <artifact name="authority-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='authority-sdk', version='1.0')
)
libraryDependencies += "com.itheima.em.auth" % "authority-sdk" % "1.0"
[com.itheima.em.auth/authority-sdk "1.0"]