2020-07-02 19:22:50 -07:00
|
|
|
plugins {
|
2024-02-15 06:29:39 -08:00
|
|
|
id 'java-library'
|
|
|
|
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|
|
|
|
|
2022-10-15 16:45:34 -07:00
|
|
|
apply from: '../../java_tools/dependencies.gradle'
|
2020-07-12 20:51:54 -07:00
|
|
|
|
2020-07-02 19:22:50 -07:00
|
|
|
dependencies {
|
2022-07-13 22:53:45 -07:00
|
|
|
api project(':inifile')
|
2022-10-15 16:45:34 -07:00
|
|
|
api global_libs.snakeyaml
|
2023-07-17 06:26:23 -07:00
|
|
|
api 'org.apache.commons:commons-math3:3.6.1'
|
2024-02-15 06:29:39 -08:00
|
|
|
}
|