a

antlr4-maven-plugin

Maven plugin for ANTLR 4 grammars
Files download
File Operation
antlr4-maven-plugin-4.13.1.jar download
antlr4-maven-plugin-4.13.1.pom download
antlr4-maven-plugin-4.13.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr4-maven-plugin</artifactId>
  <version>4.13.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr4-maven-plugin:4.13.1'
Gradle Kotlin
implementation("org.antlr:antlr4-maven-plugin:4.13.1")
Scala SBT
libraryDependencies += "org.antlr" % "antlr4-maven-plugin" % "4.13.1"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr4-maven-plugin', version='4.13.1')
)
Apache Ivy
<dependency org="org.antlr" name="antlr4-maven-plugin" rev="4.13.1" />
Leiningen
[org.antlr/antlr4-maven-plugin "4.13.1"]
Apache Buildr
'org.antlr:antlr4-maven-plugin:jar:4.13.1'