POM 引入本地jar

<dependency>
    <groupId>SVSClient</groupId>
    <artifactId>SVSClient</artifactId>
    <version>2.8</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/lib/SVSClient.jar</systemPath>
</dependency>    

 

posted @ 2022-11-01 14:50  梧桐潇雨  阅读(119)  评论(0)    收藏  举报