ext { global_libs = [ junit : "junit:junit:4.13.2", annotations : "org.jetbrains:annotations:16.0.1", jsr305 : "com.google.code.findbugs:jsr305:3.0.2", antlr : "org.antlr:antlr4:4.9.3", // use ANTLR version 4 mockito : "org.mockito:mockito-all:1.10.19", snakeyaml : "org.yaml:snakeyaml:1.26", jcip : 'net.jcip:jcip-annotations:1.0', ] }