在maven库上添加手动添加第三方jar包
进入到放这个 jar 包的文件夹,运行 cmd
然后根据下面的例子手动自己可以尝试着添加
mvn install:install-file -Dfile=aspose-words-16.4.0-jdk16.jar -DgroupId=com.aspose.word -DartifactId=aspose.words -Dversion=16.4.0-jdk16 -Dpackaging=jar -DgeneratePom=true |
<dependency> |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment