Adding dependencies in Maven Netbeans

前端 未结 4 1467
暗喜
暗喜 2020-12-11 16:30

I\'ve created a Maven project and added the dependencies (jar files) that I need; however, netbeans says that it still cannot find it.

Specifically in my case, I add

4条回答
  •  北海茫月
    2020-12-11 16:37

    Maven automatically downloads the dependency once specified in the pom.xml. For this you would have to build your project with the dependency as specified by Tim Sparg.

提交回复
热议问题