2020-07-02 19:22:50 -07:00
|
|
|
plugins {
|
2022-03-15 11:24:54 -07:00
|
|
|
id 'java-library'
|
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'
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|