编写README

This commit is contained in:
synchronized 2018-05-14 11:41:42 +08:00
parent 2c47bde8b2
commit d2eebec71e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ allprojects {
在项目的build.gradle中添加
```
dependencies {
compile 'com.github.whvcse:JwtPermission:1.1.0'
compile 'com.github.whvcse:EasyCaptcha:1.1.0'
}
```
@ -34,7 +34,7 @@ dependencies {
<dependencies>
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>JwtPermission</artifactId>
<artifactId>EasyCaptcha</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>