91名师指路-头部
91名师指路

maven 导入外部jar包命令

由于某些原因,现在不支持支付宝支付,如需要购买源码请加博主微信进行购买,微信号:13248254750

1 执行dos命令

mvn install:install-file -Dfile=jar包的位置 -DgroupId=pom.xml中的groupId -DartifactId=pom.xml中的artifactId -Dversion=pom.xml中的version -Dpackaging=jar

mvn install:install-file -Dfile=D:\sinosoft-soap.jar -DgroupId=com.sinosoft -DartifactId=sinosoft-soap -Dversion=1.0 -Dpackaging=jar


pom.xml

<dependency>
<groupId>com.91mszl</groupId>
<artifactId>mszl-cloud</artifactId>
<version>2.0</version>
</dependency>


2019-08-09 10:39:01     阅读(847)

名师出品,必属精品    https://www.91mszl.com

联系博主    
用户登录遮罩层
x

账号登录

91名师指路-底部