When you first resolve dependencies with gradle it generally spits out to the console what the url of the resolved dependency was (for example using if using mavenCentral() as the repository it will print out the URL to the maven central repo it resolved the dependency from).
Is there a way to to do this without removing the cache and re-resolving the dependency?
Thanks!