USing Colt library as optional dependency

This commit is contained in:
ngb
2022-07-18 11:06:08 +02:00
parent 9a9a714050
commit 4c8e5c8939
8 changed files with 439 additions and 128 deletions

View File

@@ -28,6 +28,8 @@ dependencies {
runtimeOnly 'com.googlecode.soundlibs:tritonus-share:0.3.7.4'
runtimeOnly 'com.googlecode.soundlibs:mp3spi:1.9.5.4'
api 'colt:colt:1.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}