Gradle source code

Here is the source code on github for various gradle repository implmentations


https://github.com/gradle/gradle/tree/master/subprojects
/dependency-management
/src/main/java
/org/gradle/api/internal/artifacts/repositories

So dependency management source code is here

All the sub projects, of which dependency management is one, is here

Here is how to search for a particular gradle source file