rusefi/java_tools/dependencies.gradle

8 lines
208 B
Groovy

ext {
global_libs = [
junit : "junit:junit:4.13",
annotations : "org.jetbrains:annotations:16.0.1",
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
]
}