License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr4-runtime-test-annotations |
Last Version | Last Version4.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 4 Runtime Test Annotations
The ANTLR 4 Runtime
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.antlr/antlr4-runtime-test-annotations/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime-test-annotations</artifactId>
<version>4.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr4-runtime-test-annotations/
implementation 'org.antlr:antlr4-runtime-test-annotations:4.9.3'
// https://jarcasting.com/artifacts/org.antlr/antlr4-runtime-test-annotations/
implementation ("org.antlr:antlr4-runtime-test-annotations:4.9.3")
'org.antlr:antlr4-runtime-test-annotations:jar:4.9.3'
<dependency org="org.antlr" name="antlr4-runtime-test-annotations" rev="4.9.3">
<artifact name="antlr4-runtime-test-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr4-runtime-test-annotations', version='4.9.3')
)
libraryDependencies += "org.antlr" % "antlr4-runtime-test-annotations" % "4.9.3"
[org.antlr/antlr4-runtime-test-annotations "4.9.3"]