You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could we solve this issue? (Not knowing is okay!)
How do you determine a release is the latest ? (do you sort by versions strings, or do you sort by publish date ?)
The text was updated successfully, but these errors were encountered:
I want to determine the latest version of a given artifact
https://search.maven.org/search?q=g:commons-lang%20AND%20a:commons-lang
It says the latest version is 20030203.000129 whereas it should be 2.6
See : https://mvnrepository.com/artifact/commons-lang/commons-lang
How do you determine a release is the latest ? (do you sort by versions strings, or do you sort by publish date ?)
The text was updated successfully, but these errors were encountered: