首页 > 编程语言 > 详细

maven pom 增加本地jar 依赖

时间:2018-11-12 20:47:19      阅读:164      评论:0      收藏:0      [点我收藏+]

https://www.cnblogs.com/huhongy/p/7337280.html

 

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.5</version>
<scope>system</scope>
<systemPath>${basedir}/WebContent/WEB-INF/lib/hamcrest-core-1.3.jar</systemPath>
</dependency>

maven pom 增加本地jar 依赖

原文:https://www.cnblogs.com/javajetty/p/9948843.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!