aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 18093d7d3d6091ba1ada4c63a846989a60e0160d (plain)
1
2
3
4
5
6
7
8
9
10
// Add your dependencies here

dependencies {
    compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.39:dev')
    compile('com.github.GTNewHorizons:NotEnoughItems:2.2.19-GTNH:dev')

    compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')

    compileOnly('com.opencsv:opencsv:4.0')
}