Skip to content

Instantly share code, notes, and snippets.

@Lunatrius
Created November 7, 2014 08:14
Show Gist options
  • Save Lunatrius/eb7c746e2ad90df71a02 to your computer and use it in GitHub Desktop.
Save Lunatrius/eb7c746e2ad90df71a02 to your computer and use it in GitHub Desktop.
repositories {
ivy {
name "CoFHLib"
artifactPattern "http://addons.cursecdn.com/files/2212/893/[module]-[revision].[ext]"
}
ivy {
name "CoFHCore"
artifactPattern "http://addons.cursecdn.com/files/2212/895/[module]-[revision].[ext]"
}
ivy {
name "RedstoneArsenal"
artifactPattern "http://addons.cursecdn.com/files/2212/448/[module]-[revision].[ext]"
}
ivy {
name "ThermalExpansion"
artifactPattern "http://addons.curse.cursecdn.com/files/2212/446/[module]-[revision].[ext]"
}
ivy {
name "ThermalFoundation"
artifactPattern "http://addons.curse.cursecdn.com/files/2212/444/[module]-[revision].[ext]"
}
}
dependencies {
compile name: 'CoFHLib', version: '[1.7.10]1.0.0B6-dev-26', ext: 'jar'
compile name: 'CoFHCore', version: '[1.7.10]3.0.0B6-dev-32', ext: 'jar'
compile name: 'RedstoneArsenal', version: '[1.7.10]1.1.0B4-dev-10', ext: 'jar'
compile name: 'ThermalExpansion', version: '[1.7.10]4.0.0B5-dev-13', ext: 'jar'
compile name: 'ThermalFoundation', version: '[1.7.10]1.0.0B3-dev-8', ext: 'jar'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment