向maven中添加本地jar包

<dependency>
<groupId>org.csource</groupId>
<artifactId>fastdfs-client-java</artifactId>
<version>1.27-SNAPSHOT</version>
</dependency>

在本地maven--bin目录下打开cmd,mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar
复制进去,将里面的groupID,artifactid,version添加进去即可。
上一篇:Python学习笔记(二)网络编程的简单示例


下一篇:Codeforces 584E Anton and Ira