// Add any additional repositories for your dependencies here repositories { maven { name = "GTNH Maven" url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" } jcenter() maven { name = "ic2" url = "http://maven.ic2.player.to/" metadataSources { mavenPom() artifact() } } maven { url = "https://jitpack.io" } maven { name = "gt" url = "https://gregtech.overminddl1.com/" } maven { name = "cofhCore" url = "https://cursemaven.com" } maven { url = "http://www.ryanliptak.com/maven/" } }