Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdorg.xerial.thirdparty |
ArtifactId | ArtifactIdorg.antlr.antlr3 |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
org.antlr.antlr3-3.1.1.pom | |
org.antlr.antlr3-3.1.1.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xerial.thirdparty/org.antlr.antlr3/ -->
<dependency>
<groupId>org.xerial.thirdparty</groupId>
<artifactId>org.antlr.antlr3</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial.thirdparty/org.antlr.antlr3/
implementation 'org.xerial.thirdparty:org.antlr.antlr3:3.1.1'
// https://jarcasting.com/artifacts/org.xerial.thirdparty/org.antlr.antlr3/
implementation ("org.xerial.thirdparty:org.antlr.antlr3:3.1.1")
'org.xerial.thirdparty:org.antlr.antlr3:jar:3.1.1'
<dependency org="org.xerial.thirdparty" name="org.antlr.antlr3" rev="3.1.1">
<artifact name="org.antlr.antlr3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial.thirdparty', module='org.antlr.antlr3', version='3.1.1')
)
libraryDependencies += "org.xerial.thirdparty" % "org.antlr.antlr3" % "3.1.1"
[org.xerial.thirdparty/org.antlr.antlr3 "3.1.1"]