G'day I just found out about https://github.com/Ullink/gradle-repositories-plugin, which provides repository support for sourceforge, nuget, googlecode and bitbucket. Without looking in too much detail, it seems like there would be 2 things required to enable this with Gradle 2.0.
* Handle http servers that do not correctly handle HTTP HEAD. (eg https://code.google.com/p/support/issues/detail?id=660) * Maybe this is already handled? * Pluggable support for listing module versions (eg http://nuget.org/api/v2/FindPackagesById()?id='${origUrl.path.substring(16, origUrl.path.length()-1)}') I'm planning to approach the original author to see if he's interested in assisting with this. Daz