maven 项目 和 jar 分离
在pol.xml中
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
自动向 respotory 中 下载该包
maven 项目 和 jar 分离
在pol.xml中
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
自动向 respotory 中 下载该包