I have Maven project which contains Maven Dependencies where all jar files are located. I would like to get all jar files from Maven Dependencies (see picture). I manage to get each jar file individual by going to /.m/repositoy/xxxx/. But this way seems take long time. So I just want to get all jar file once, any help?
The reason why I want those jar files because I want to create java non-Maven project with those jar files.