Maven 用依赖的形式引用第三方Jar包

1.执行命令

install:install-file -Dfile=jar包路径 -DgroupId=自定义groupId -DartifactId=自定义artifactId -Dversion=1.0 -Dpackaging=jar
如下:
install:install-file -Dfile=D:/workspace/ProjectRepo/QMTXMGJ/src/main/webapp/WEB-INF/lib/pubcommon.jar -DgroupId=com.xmyh -DartifactId=pubcommon -Dversion=1.0 -Dpackaging=jar

打开命令执行窗口

执行上述命令

2.添加依赖

第三方依赖

你可能感兴趣的:(Maven 用依赖的形式引用第三方Jar包)