fome-fw/java_console/inifile/build.gradle

11 lines
240 B
Groovy
Raw Normal View History

2020-07-02 19:22:50 -07:00
plugins {
id 'java'
}
dependencies {
implementation project(':logging-api')
implementation group: 'org.jetbrains', name: 'annotations', version: '16.0.1'
testImplementation group: 'junit', name: 'junit', version: '4.13'
}