antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime
'org.apache.ant:ant-antlr:1.9.2'
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.9.2</version>
</dependency>
<dependency org="org.apache.ant" name="ant-antlr" rev="1.9.2"/>
"org.apache.ant", "ant-antlr", "1.9.2"