aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 545a4878c5bd8bfd052e58492d3d0e4248567c11 (plain)
1
2
3
4
5
6
7
// Add your dependencies here

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.30:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.10.13:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.7.3:dev')
}