We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5170459 commit 3678dc3Copy full SHA for 3678dc3
README.md
@@ -27,13 +27,18 @@
27
28
> 其中 slf4j 可以与 logback, log4j, commons-logging 等日志框架一起工作,可根据你的需要配置使用。
29
30
-如果使用 Maven 构建项目,则需要有你的项目里增加:
+如果使用 Maven 构建项目,则需要在你的项目 pom.xml 里增加:
31
```
32
<dependency>
33
<groupId>com.google.code.gson</groupId>
34
<artifactId>gson</artifactId>
35
<version>2.2.4</version>
36
</dependency>
37
+ <dependency>
38
+ <groupId>org.slf4j</groupId>
39
+ <artifactId>slf4j-api</artifactId>
40
+ <version>1.7.5</version>
41
+ </dependency>
42
43
44
如果不使用 Maven 构建项目,则项目 libs/ 目录下有依赖的 jar 可复制到你的项目里去。
0 commit comments