migrated sound branch to gradle project structure
This commit is contained in:
11
java/sound/build.gradle
Normal file
11
java/sound/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
dependencies {
|
||||
compile project(':mimis')
|
||||
|
||||
compile 'commons-io:commons-io:2.+'
|
||||
compile 'commons-cli:commons-cli:1.+'
|
||||
compile 'org.slf4j:slf4j-api:1.+'
|
||||
compile 'org.slf4j:slf4j-log4j12:1.7.5'
|
||||
compile 'org.ostermiller:utils:1.+'
|
||||
compile 'com.googlecode.soundlibs:jlayer:1.+'
|
||||
compile 'net.sf.javamusictag:jid3lib:0.+'
|
||||
}
|
||||
Reference in New Issue
Block a user