a

authority-sdk

authority-sdk是基于itcast-authority的restful接口实现的Java SDK的封装。
https://www.itcast.cn/
Apache License, Version 2.0
libo
Files download
File Operation
authority-sdk-1.0.8.jar download
authority-sdk-1.0.8.pom download
authority-sdk-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itheima.em.auth</groupId>
  <artifactId>authority-sdk</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.itheima.em.auth:authority-sdk:1.0.8'
Gradle Kotlin
implementation("com.itheima.em.auth:authority-sdk:1.0.8")
Scala SBT
libraryDependencies += "com.itheima.em.auth" % "authority-sdk" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.itheima.em.auth', module='authority-sdk', version='1.0.8')
)
Apache Ivy
<dependency org="com.itheima.em.auth" name="authority-sdk" rev="1.0.8" />
Leiningen
[com.itheima.em.auth/authority-sdk "1.0.8"]
Apache Buildr
'com.itheima.em.auth:authority-sdk:jar:1.0.8'