MVN

me.sunlan : antlr4-perf-testsuite

Maven & Gradle

Dec 14, 2022
1 stars

ANTLR 4 Performance Tests · The ANTLR 4 grammar compiler.

<dependency>
    <groupId>me.sunlan</groupId>
    <artifactId>antlr4-perf-testsuite</artifactId>
    <version>4.11.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.sunlan : antlr4-perf-testsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.11.1.4
  • Latest Alpha: 4.11.1.5-alpha-1

All Versions

Choose a version of me.sunlan : antlr4-perf-testsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.11.x
antlr4-perf-testsuite-4.11.1.5-alpha-1
antlr4-perf-testsuite-4.11.1.4
antlr4-perf-testsuite-4.11.1.3
antlr4-perf-testsuite-4.11.1.2
antlr4-perf-testsuite-4.11.1.1
antlr4-perf-testsuite-4.11.1

How to add a dependency to Maven

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

<dependency>
    <groupId>me.sunlan</groupId>
    <artifactId>antlr4-perf-testsuite</artifactId>
    <version>4.11.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.sunlan : antlr4-perf-testsuite gradle dependency to your build.gradle file:

implementation 'me.sunlan:antlr4-perf-testsuite:4.11.1.4'

Gradle Kotlin DSL: Add the following me.sunlan : antlr4-perf-testsuite gradle kotlin dependency to your build.gradle.kts file:

implementation("me.sunlan:antlr4-perf-testsuite:4.11.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.sunlan : antlr4-perf-testsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "me.sunlan" % "antlr4-perf-testsuite" % "4.11.1.4"

Advertisement