I have followed some instructions saying to first right click on a dependency, and fill in the dependency dialogue with any names/version number. This adds the dependency to pom.xml
.
So far so good.
But then the instructions said that "Dependencies" should now be expandable and that there would be something to right click there in order to open another dialogue to select the existing .jar file.
The problem here is that adding dependency in pom.xml
file doesn't change anything to the Dependencies folders which remains empty.
I feel like these instructions were probably for an old version. How do you do it with version 11?
Please note that my programming skills are much towards C#, JavaScript, PHP. I haven't really touched Java for 10 years.