Skip to content

Commit 0b82203

Browse files
author
yolk
authored
Merge pull request #60 from Authing/yolk23321-patch-1
Update README.md
2 parents 2d5282a + 3c49d13 commit 0b82203

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ To check out documentation, please refers to [docs](https://docs.authing.cn/v3/r
1919

2020
This SDK is built upon [Authing Management API(v3)](https://api.authing.cn/openapi/v3/management/) and [Authing Authentication API(v3)](https://api.authing.cn/openapi/v3/authentication/), for older version, please refers to [older version docs](https://docs.authing.cn/v2/reference/sdk-for-java/).
2121

22+
## 📦安装
23+
24+
在项目的pom.xml的dependencies中加入以下内容:
25+
26+
```xml
27+
<dependency>
28+
<groupId>cn.authing</groupId>
29+
<artifactId>authing-java-sdk</artifactId>
30+
<version>3.1.5</version>
31+
</dependency>
32+
```
2233

2334
## ❓ Questions
2435

0 commit comments

Comments
 (0)