Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr4-tool-testsuite |
Version | Version4.7.2 |
Type | Typejar |
Filename | Size |
---|---|
antlr4-tool-testsuite-4.7.2.pom | |
antlr4-tool-testsuite-4.7.2.jar | 2 KB |
antlr4-tool-testsuite-4.7.2-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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr4-tool-testsuite/
implementation 'org.antlr:antlr4-tool-testsuite:4.7.2'
// https://jarcasting.com/artifacts/org.antlr/antlr4-tool-testsuite/
implementation ("org.antlr:antlr4-tool-testsuite:4.7.2")
'org.antlr:antlr4-tool-testsuite:jar:4.7.2'
<dependency org="org.antlr" name="antlr4-tool-testsuite" rev="4.7.2">
<artifact name="antlr4-tool-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr4-tool-testsuite', version='4.7.2')
)
libraryDependencies += "org.antlr" % "antlr4-tool-testsuite" % "4.7.2"
[org.antlr/antlr4-tool-testsuite "4.7.2"]