maven 引入本地jar
Posted 变换
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 引入本地jar相关的知识,希望对你有一定的参考价值。
<dependency> <groupId>com.taobao.txc</groupId> <artifactId>txc-client</artifactId> <version>${txc-version}</version> <scope>system</scope> <systemPath>SDK的存放路径</systemPath> </dependency>
以上是关于maven 引入本地jar的主要内容,如果未能解决你的问题,请参考以下文章
maven库中有jar包,但是引入不到,可以直接把包下载下来