MVN

org.antlr : antlr4-runtime-test-annotation-processors

Maven & Gradle

Nov 06, 2021
1 usages
14.7k stars

ANTLR 4 Runtime Test Processors · The ANTLR 4 Runtime

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-runtime-test-annotation-processors</artifactId>
    <version>4.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antlr : antlr4-runtime-test-annotation-processors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.3

All Versions

Choose a version of org.antlr : antlr4-runtime-test-annotation-processors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
antlr4-runtime-test-annotation-processors-4.9.3
antlr4-runtime-test-annotation-processors-4.9.2
antlr4-runtime-test-annotation-processors-4.9.1
4.9
antlr4-runtime-test-annotation-processors-4.9
4.8
antlr4-runtime-test-annotation-processors-4.8-1
antlr4-runtime-test-annotation-processors-4.8
4.7.x
antlr4-runtime-test-annotation-processors-4.7.2
antlr4-runtime-test-annotation-processors-4.7.1
4.7
antlr4-runtime-test-annotation-processors-4.7
4.6
antlr4-runtime-test-annotation-processors-4.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-runtime-test-annotation-processors</artifactId>
    <version>4.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.antlr : antlr4-runtime-test-annotation-processors gradle dependency to your build.gradle file:

implementation 'org.antlr:antlr4-runtime-test-annotation-processors:4.9.3'

Gradle Kotlin DSL: Add the following org.antlr : antlr4-runtime-test-annotation-processors gradle kotlin dependency to your build.gradle.kts file:

implementation("org.antlr:antlr4-runtime-test-annotation-processors:4.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.antlr : antlr4-runtime-test-annotation-processors sbt scala dependency to your build.sbt file:

libraryDependencies += "org.antlr" % "antlr4-runtime-test-annotation-processors" % "4.9.3"

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