How to list dependencies of an artifact in Nexus OSS?

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

enter image description here

  • 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.

    – 

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.

Leave a Comment