https://pantsbuild.org/ logo
a

ancient-stone-50795

02/24/2016, 8:08 PM
in a file named
BUILD.tools
in the root of the repo:
Copy code
jar_library(name = 'antlr-4',
            jars = [
              jar(org = 'org.antlr', name = 'antlr4', rev = '4.4'),
              jar(org = 'org.antlr', name = 'antlr4-runtime', rev = '4.4'),
            ])