MVN

org.antlr : antlrworks

Maven & Gradle

Oct 08, 2013
97 stars

ANTLRWorks · ANTLRWorks 1

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlrworks</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.2
  • Latest Release Candidate: 1.5-rc-2

All Versions

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

Version Vulnerabilities Updated
1.5.x
antlrworks-1.5.2
antlrworks-1.5.1
1.5
antlrworks-1.5
antlrworks-1.5-rc-2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlrworks</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.antlr : antlrworks gradle dependency to your build.gradle file:

implementation 'org.antlr:antlrworks:1.5.2'

Gradle Kotlin DSL: Add the following org.antlr : antlrworks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.antlr:antlrworks:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.antlr : antlrworks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.antlr" % "antlrworks" % "1.5.2"

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