antlr
This commit is contained in:
parent
e74c3601aa
commit
d536138310
|
@ -3,7 +3,7 @@ ext {
|
|||
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.10.0", // use ANTLR version 4
|
||||
antlr : "org.antlr:antlr4:4.10", // use ANTLR version 4
|
||||
json : "com.googlecode.json-simple:json-simple:1.1.1",
|
||||
mockito : "org.mockito:mockito-all:1.10.19",
|
||||
javaxJson : "javax.json:javax.json-api:1.1.4",
|
||||
|
|
Loading…
Reference in New Issue