<dependency> <!-- junit 4.7 -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.54chen</groupId>
<artifactId>paoding-rose</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.54chen</groupId>
<artifactId>paoding-rose-jade</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.54chen</groupId>
<artifactId>paoding-rose-scanning</artifactId>
<version>1.0</version>
</dependency>
转载于:https://www.cnblogs.com/FCWORLD/p/5373468.html
本文详细介绍了Maven中几种常见的依赖配置,包括JUnit 4.11用于单元测试,Log4j 1.2.17用于日志记录,以及Paoding Rose系列框架的不同模块,如核心框架、Jade模板引擎和Scanning自动扫描工具。这些配置对于Java项目的构建和测试至关重要。
6971

被折叠的 条评论
为什么被折叠?



