2022-10-15 06:57:36 -07:00
|
|
|
ext {
|
|
|
|
global_libs = [
|
|
|
|
junit : "junit:junit:4.13",
|
|
|
|
annotations : "org.jetbrains:annotations:16.0.1",
|
2022-10-15 07:17:51 -07:00
|
|
|
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
|
2022-10-15 11:36:41 -07:00
|
|
|
antlr : "org.antlr:antlr4:4.9.3", // use ANTLR version 4
|
2022-10-15 14:46:48 -07:00
|
|
|
json : "com.googlecode.json-simple:json-simple:1.1.1",
|
2022-10-15 06:57:36 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
}
|