mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-28 13:36:31 +01:00
5 lines
122 B
Groovy
5 lines
122 B
Groovy
dependencies {
|
|
compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
|
|
compile project(':BlueMapCommon')
|
|
}
|