REST API to identify Stable Maven Version of any Maven dependency

32 Views Asked by At

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.

1

There are 1 best solutions below

0
J Fabian Meier On

The point is: There is no standardized way to use version numbers, only some usual approaches. Stable versions are often called 1.2.3 or 1.2.3.Final or similar.

So you will not be able to fully automate this.