0
I wanted to know if this is possible, I have a dependency hit .jar to install(100 .jar of libraries roughly), but the problem is that I have to search each of them and add in pom.xml to work on Vscode. No command to add an amount of files .jar in my Vscode project? For example mvn install: install-files-folder "C:Users/Usuario/.../Bibliotecas"?
Thank you