License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr4-tool-testsuite |
Last Version | Last Version4.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 4 Tool Tests
A collection of tests for ANTLR 4 Runtime libraries.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
antlr4-tool-testsuite-4.10.1.pom | |
antlr4-tool-testsuite-4.10.1.jar | 2 KB |
antlr4-tool-testsuite-4.10.1-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/antlr4-tool-testsuite/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-tool-testsuite</artifactId>
<version>4.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr4-tool-testsuite/
implementation 'org.antlr:antlr4-tool-testsuite:4.10.1'
// https://jarcasting.com/artifacts/org.antlr/antlr4-tool-testsuite/
implementation ("org.antlr:antlr4-tool-testsuite:4.10.1")
'org.antlr:antlr4-tool-testsuite:jar:4.10.1'
<dependency org="org.antlr" name="antlr4-tool-testsuite" rev="4.10.1">
<artifact name="antlr4-tool-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr4-tool-testsuite', version='4.10.1')
)
libraryDependencies += "org.antlr" % "antlr4-tool-testsuite" % "4.10.1"
[org.antlr/antlr4-tool-testsuite "4.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : ST4 | jar | 4.3.1 |
org.antlr : antlr4-runtime-testsuite | test-jar | 4.10.1 |
org.antlr : antlr4 | jar | 4.10.1 |
junit : junit | jar | 4.13.1 |