MVN

org.antlr : antlr4-tool-testsuite

Maven & Gradle

May 21, 2023
14.7k stars

ANTLR 4 Tool Tests · A collection of tests for ANTLR 4 Runtime libraries.

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-tool-testsuite</artifactId>
    <version>4.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antlr : antlr4-tool-testsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.13.0

All Versions

Choose a version of org.antlr : antlr4-tool-testsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.13.x
antlr4-tool-testsuite-4.13.0
4.12.x
antlr4-tool-testsuite-4.12.0
4.11.x
antlr4-tool-testsuite-4.11.1
antlr4-tool-testsuite-4.11.0
4.10.x
antlr4-tool-testsuite-4.10.1
4.10
antlr4-tool-testsuite-4.10
4.9.x
antlr4-tool-testsuite-4.9.3
antlr4-tool-testsuite-4.9.2
antlr4-tool-testsuite-4.9.1
4.9
antlr4-tool-testsuite-4.9
4.8
antlr4-tool-testsuite-4.8-1
antlr4-tool-testsuite-4.8
4.7.x
antlr4-tool-testsuite-4.7.2
antlr4-tool-testsuite-4.7.1
4.7
antlr4-tool-testsuite-4.7
4.6
antlr4-tool-testsuite-4.6
4.5.x
antlr4-tool-testsuite-4.5.3
antlr4-tool-testsuite-4.5.2-1
antlr4-tool-testsuite-4.5.2
antlr4-tool-testsuite-4.5.1-1
antlr4-tool-testsuite-4.5.1

How to add a dependency to Maven

Add the following org.antlr : antlr4-tool-testsuite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-tool-testsuite</artifactId>
    <version>4.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.antlr : antlr4-tool-testsuite gradle dependency to your build.gradle file:

implementation 'org.antlr:antlr4-tool-testsuite:4.13.0'

Gradle Kotlin DSL: Add the following org.antlr : antlr4-tool-testsuite gradle kotlin dependency to your build.gradle.kts file:

implementation("org.antlr:antlr4-tool-testsuite:4.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.antlr : antlr4-tool-testsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.antlr" % "antlr4-tool-testsuite" % "4.13.0"

Advertisement

Dependencies from Group

May 21, 2023
1.2k usages
14.7k stars
Apr 10, 2022
624 usages
223 stars
ST4
Sep 02, 2022
423 usages
915 stars
May 21, 2023
396 usages
14.7k stars
May 19, 2011
332 usages

Discover Dependencies