rusefi-1/java_console/io/build.gradle

15 lines
476 B
Groovy

plugins {
id 'java'
}
dependencies {
implementation project(':inifile')
implementation project(':models')
implementation project(':logging-api')
implementation group: 'org.jetbrains', name: 'annotations', version: '16.0.1'
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.6.2'
implementation group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
testImplementation group: 'junit', name: 'junit', version: '4.13'
}