I want to know what are the available versions, given a maven repository.
The URL is https://maven.google.com OR https://dl.google.com/dl/android/maven2/
Specifically, I want to "explore" the Maven Google Repository, for Android Architecture Components. I know that Android Studio sometimes warns you if a new version is available, but I want to explore for myself. I've tried
Any help is appreciated
Install your own Nexus/Artifactory (if do not already have one), and add the google repositories as proxy repositories. Then you can use the browser interface to make granular searches, including the one you gave in your comment.