Skip to content

Commit 3678dc3

Browse files
committed
Update README.md
1 parent 5170459 commit 3678dc3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@
2727

2828
> 其中 slf4j 可以与 logback, log4j, commons-logging 等日志框架一起工作,可根据你的需要配置使用。
2929
30-
如果使用 Maven 构建项目,则需要有你的项目里增加
30+
如果使用 Maven 构建项目,则需要在你的项目 pom.xml 里增加
3131
```
3232
<dependency>
3333
<groupId>com.google.code.gson</groupId>
3434
<artifactId>gson</artifactId>
3535
<version>2.2.4</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.slf4j</groupId>
39+
<artifactId>slf4j-api</artifactId>
40+
<version>1.7.5</version>
41+
</dependency>
3742
```
3843

3944
如果不使用 Maven 构建项目,则项目 libs/ 目录下有依赖的 jar 可复制到你的项目里去。

0 commit comments

Comments
 (0)