License |
License
BSD-3-Clause
|
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdantlr4 |
Last Version | Last Version4.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionantlr4
WebJar for antlr4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antlr4-4.8.0.pom | |
antlr4-4.8.0.jar | 128 KB |
antlr4-4.8.0-sources.jar | 22 bytes |
antlr4-4.8.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/antlr4/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>antlr4</artifactId>
<version>4.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/antlr4/
implementation 'org.webjars.npm:antlr4:4.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/antlr4/
implementation ("org.webjars.npm:antlr4:4.8.0")
'org.webjars.npm:antlr4:jar:4.8.0'
<dependency org="org.webjars.npm" name="antlr4" rev="4.8.0">
<artifact name="antlr4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='antlr4', version='4.8.0')
)
libraryDependencies += "org.webjars.npm" % "antlr4" % "4.8.0"
[org.webjars.npm/antlr4 "4.8.0"]