License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdit.twenfir |
ArtifactId | ArtifactIdtwenfir-antlr |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwenty-First ANTLR Add-ons
Add-ons for the ANTLR parser generator
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
twenfir-antlr-0.0.3.pom | |
twenfir-antlr-0.0.3.jar | 14 KB |
twenfir-antlr-0.0.3-sources.jar | 9 KB |
twenfir-antlr-0.0.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.twenfir/twenfir-antlr/ -->
<dependency>
<groupId>it.twenfir</groupId>
<artifactId>twenfir-antlr</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/it.twenfir/twenfir-antlr/
implementation 'it.twenfir:twenfir-antlr:0.0.3'
// https://jarcasting.com/artifacts/it.twenfir/twenfir-antlr/
implementation ("it.twenfir:twenfir-antlr:0.0.3")
'it.twenfir:twenfir-antlr:jar:0.0.3'
<dependency org="it.twenfir" name="twenfir-antlr" rev="0.0.3">
<artifact name="twenfir-antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.twenfir', module='twenfir-antlr', version='0.0.3')
)
libraryDependencies += "it.twenfir" % "twenfir-antlr" % "0.0.3"
[it.twenfir/twenfir-antlr "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4 | jar | 4.9.3 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
ch.qos.logback : logback-core | jar | 1.2.11 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |