is not current version
Last Version 1.5.2

org.antlr:antlrworks 1.5-rc-2

ANTLRWorks 1

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlrworks
Version

Version

1.5-rc-2
Type

Type

jar

Download antlrworks 1.5-rc-2


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