Do we have any REST API from Sonatype that gives long tern stable Maven Version excluding apha and beta versions from Maven web repository. If anyone knows any other API please comment.
I have written a code based on timestamp to get the latest stable version.
The point is: There is no standardized way to use version numbers, only some usual approaches. Stable versions are often called
1.2.3or1.2.3.Finalor similar.So you will not be able to fully automate this.