Is there a plugin or setting that I can configure Nexus OSS 3.58.1-01 to list all dependencies of a selected artifact?
I am expecting it should behave as mvnrepository.com
Nexus Repository Manager (OSS or Pro) doesn’t inherently provide a feature that allows you to list all dependencies of a selected artifact in the same way as mvnrepository.com. Nexus is primarily designed to manage and store artifacts in a repository and doesn’t have the same level of web-based interface as some dedicated artifact search platforms.
However, there might have been updates or third-party plugins developed since then that could provide similar functionality. I recommend checking the official Nexus documentation, community forums, or relevant plugins repositories to see if there have been any new developments or plugins created to achieve this feature.
I believe it’s only available in Pro version. That being said, it’s “only” an extraction of what’s defined in the POM file. Depending on what you’re looking for, you could download the POM and get the information.