Maven------pom.xml自动加载各种类库代码

转载:

http://lavasoft.blog.51cto.com/62575/1388866/

一般要加<type>jar</type>

 

<dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
</dependency>

 

posted @ 2017-04-19 23:22  玉天恒  阅读(937)  评论(0编辑  收藏  举报