The ANTLR 4 Runtime provides the runtime library for parsing and lexing using ANTLR-generated parsers and lexers.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of ANTLR runtime to create an input stream.
Ensure your project uses Java 11+ or downgrade to an older version.
No dependency data recorded yet.