is not current version
Last Version 1.6.5

ant:ant-antlr 1.6.3


Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

ant
ArtifactId

ArtifactId

ant-antlr
Version

Version

1.6.3
Type

Type

jar

Download ant-antlr 1.6.3


<!-- https://jarcasting.com/artifacts/ant/ant-antlr/ -->
<dependency>
    <groupId>ant</groupId>
    <artifactId>ant-antlr</artifactId>
    <version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-antlr/
implementation 'ant:ant-antlr:1.6.3'
// https://jarcasting.com/artifacts/ant/ant-antlr/
implementation ("ant:ant-antlr:1.6.3")
'ant:ant-antlr:jar:1.6.3'
<dependency org="ant" name="ant-antlr" rev="1.6.3">
  <artifact name="ant-antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-antlr', version='1.6.3')
)
libraryDependencies += "ant" % "ant-antlr" % "1.6.3"
[ant/ant-antlr "1.6.3"]