License |
License |
---|---|
GroupId | GroupIdcom.itheima.em.auth |
ArtifactId | ArtifactIdauthority-sdk |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionauthority-sdk
authority-sdk是基于itcast-authority的restful接口实现的Java SDK的封装。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authority-sdk-1.0.1.pom | |
authority-sdk-1.0.1.jar | 42 KB |
authority-sdk-1.0.1-sources.jar | 28 KB |
authority-sdk-1.0.1-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/ -->
<dependency>
<groupId>com.itheima.em.auth</groupId>
<artifactId>authority-sdk</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation 'com.itheima.em.auth:authority-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.itheima.em.auth/authority-sdk/
implementation ("com.itheima.em.auth:authority-sdk:1.0.1")
'com.itheima.em.auth:authority-sdk:jar:1.0.1'
<dependency org="com.itheima.em.auth" name="authority-sdk" rev="1.0.1">
<artifact name="authority-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='authority-sdk', version='1.0.1')
)
libraryDependencies += "com.itheima.em.auth" % "authority-sdk" % "1.0.1"
[com.itheima.em.auth/authority-sdk "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-all | jar | 5.7.18 |
io.jsonwebtoken : jjwt | jar | 0.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |