We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8854502 commit 6cfe354Copy full SHA for 6cfe354
1 file changed
ppl/build.gradle
@@ -44,6 +44,8 @@ configurations {
44
dependencies {
45
antlr "org.antlr:antlr4:4.7.1"
46
47
+ runtimeOnly group: 'org.reflections', name: 'reflections', version: '0.9.12'
48
+
49
implementation "org.antlr:antlr4-runtime:4.7.1"
50
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
51
api group: 'org.json', name: 'json', version: '20180813'
0 commit comments