码迷,mamicode.com
首页 > 编程语言 > 详细

maven pom 增加本地jar 依赖

时间:2018-11-12 20:56:41      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:jar   依赖   lib   pid   ase   com   本地   nbsp   htm   

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 依赖

标签:jar   依赖   lib   pid   ase   com   本地   nbsp   htm   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!