I want to list all the versions of a Maven artifact along with their publish dates. Is there any maven
command for this?
To do it programmatically, all I found till now is this maven repository link: https://repo1.maven.org/maven2. For example, the repository lists the version information for org.mongodb:mongodb-driver-sync
here. If there is no maven command, is this repository URL a reliable source for all Maven artifacts? Is there any other options?