Is there a GUI for managing gradle packages in IntelliJ IDEA, e.g. NuGet in Visual Studio?

Visual Studio has a GUI for selecting the package to install. It is actually very convenient. It is sorted by the number of downloads, I can read the description, etc.

enter image description here

But I cannot find a similar one for Gradle in IntelliJ IDEA. The most closely related is the Add Library dialog in the ProjectStructure window.

enter image description here

As you can see, this is not very convenient. So is there something in IDEA, like in VS?

+4
source share

Source: https://habr.com/ru/post/1677558/


All Articles