MVN

com.autonomousapps : antlr

Maven & Gradle

Aug 06, 2023
1.6k stars

Simple shaded JVM grammar · Simple shaded JVM grammar

<dependency>
    <groupId>com.autonomousapps</groupId>
    <artifactId>antlr</artifactId>
    <version>4.10.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.autonomousapps : antlr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.10.1.4

All Versions

Choose a version of com.autonomousapps : antlr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.10.x
antlr-4.10.1.4
antlr-4.10.1.3
antlr-4.10.1.2
antlr-4.10.1.1
antlr-4.10.1.0
4.9.x
antlr-4.9.2.1
antlr-4.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.autonomousapps</groupId>
    <artifactId>antlr</artifactId>
    <version>4.10.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.autonomousapps : antlr gradle dependency to your build.gradle file:

implementation 'com.autonomousapps:antlr:4.10.1.4'

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

implementation("com.autonomousapps:antlr:4.10.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.autonomousapps : antlr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.autonomousapps" % "antlr" % "4.10.1.4"

Advertisement