I have created a Java web app project. I am loading some external library which further require some external dependecies which are not on my computer and need to be downloaded through Maven. Because of which I am getting following exception on running:-
exception : java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
I do not know how I can integrate my project (in Netbeans) with maven to download the external dependencies.
Can someone here show me the direction how to use maven in netbeans to download the dependencies from internet?
I have already installed maven 3.0.2 to my computer
Thanks