MVN

one.gfw : antlr

Maven & Gradle

Mar 16, 2023
0 stars

Unit test utils · Unit test utils

<dependency>
    <groupId>one.gfw</groupId>
    <artifactId>antlr</artifactId>
    <version>1.5-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.gfw : antlr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5-RELEASE

All Versions

Choose a version of one.gfw : antlr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
antlr-1.5-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>one.gfw</groupId>
    <artifactId>antlr</artifactId>
    <version>1.5-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.gfw : antlr gradle dependency to your build.gradle file:

implementation 'one.gfw:antlr:1.5-RELEASE'

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

implementation("one.gfw:antlr:1.5-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.gfw : antlr sbt scala dependency to your build.sbt file:

libraryDependencies += "one.gfw" % "antlr" % "1.5-RELEASE"