'How to show Java Dependency (to add external jar) in vscode?

I am working on Quarkus application in vscode and we want to add external jars to that application, I have seen few demos but in my project "Java Dependencies" tab is not there, how to show it?

enter image description hereenter image description here

Please Help me out as I am new to it.

This "Java Dependencies" tab is not visible in my above project.



Solution 1:[1]

Click your project under JAVA PROJECTS, click + to add Maven Dependencies:

enter image description here

Detailed information please view Project Management in vscode-java: Add a dependency

Solution 2:[2]

VSCode Image

I know this is really late; I stumbled here when trying to solve this problem myself. Now that I have found the solution, I am sharing on this for anyone coming this way later so, here goes: You can simply click on the '+' button to add external JARs (see in the screenshot).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Molly Wang-MSFT
Solution 2 Sanjeev Pandey