Find which repository Gradle downloaded a given artifact from

Viewed 16

In my build.gradle file I have many repositories.

I would like to see, for a given artifact, where Gradle found it.

How can I do that ?

0 Answers
Related