Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdantlr |
ArtifactId | ArtifactIdantlrall |
Last Version | Last Version2.7.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
antlrall-2.7.4.pom | |
antlrall-2.7.4.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/antlr/antlrall/ -->
<dependency>
<groupId>antlr</groupId>
<artifactId>antlrall</artifactId>
<version>2.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/antlr/antlrall/
implementation 'antlr:antlrall:2.7.4'
// https://jarcasting.com/artifacts/antlr/antlrall/
implementation ("antlr:antlrall:2.7.4")
'antlr:antlrall:jar:2.7.4'
<dependency org="antlr" name="antlrall" rev="2.7.4">
<artifact name="antlrall" type="jar" />
</dependency>
@Grapes(
@Grab(group='antlr', module='antlrall', version='2.7.4')
)
libraryDependencies += "antlr" % "antlrall" % "2.7.4"
[antlr/antlrall "2.7.4"]