| Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
|---|---|
| GroupId | GroupIdorg.mod4j.org.antlr |
| ArtifactId | ArtifactIdruntime |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionANTLR Runtime
|
| Filename | Size |
|---|---|
| runtime-3.0.0.pom | |
| runtime-3.0.0.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.antlr/runtime/ -->
<dependency>
<groupId>org.mod4j.org.antlr</groupId>
<artifactId>runtime</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.antlr/runtime/
implementation 'org.mod4j.org.antlr:runtime:3.0.0'
// https://jarcasting.com/artifacts/org.mod4j.org.antlr/runtime/
implementation ("org.mod4j.org.antlr:runtime:3.0.0")
'org.mod4j.org.antlr:runtime:jar:3.0.0'
<dependency org="org.mod4j.org.antlr" name="runtime" rev="3.0.0">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.antlr', module='runtime', version='3.0.0')
)
libraryDependencies += "org.mod4j.org.antlr" % "runtime" % "3.0.0"
[org.mod4j.org.antlr/runtime "3.0.0"]