Adding dependencies in Maven Netbeans

前端 未结 4 1466
暗喜
暗喜 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:42

    The dependency is available in Maven Central. Add the pom snippet manually to the pom.xml and run Maven in the shell and let it download the dependency. This should resolve your issue.

提交回复
热议问题