maven

maven    项目  和  jar  分离  

在pol.xml中

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

     自动向  respotory  中   下载该包

 

posted @ 2017-03-17 14:46  薛鹏  阅读(81)  评论(0编辑  收藏  举报