a

antlr4-testgen-maven-plugin

Maven plugin for generating ANTLR 4 runtime tests
https://github.com/daniellansun/antlr4
Files download
File Operation
antlr4-testgen-maven-plugin-4.13.1.5.jar download
antlr4-testgen-maven-plugin-4.13.1.5.pom download
antlr4-testgen-maven-plugin-4.13.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>me.sunlan</groupId>
  <artifactId>antlr4-testgen-maven-plugin</artifactId>
  <version>4.13.1.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'me.sunlan:antlr4-testgen-maven-plugin:4.13.1.5'
Gradle Kotlin
implementation("me.sunlan:antlr4-testgen-maven-plugin:4.13.1.5")
Scala SBT
libraryDependencies += "me.sunlan" % "antlr4-testgen-maven-plugin" % "4.13.1.5"
Groovy Grape
@Grapes(
  @Grab(group='me.sunlan', module='antlr4-testgen-maven-plugin', version='4.13.1.5')
)
Apache Ivy
<dependency org="me.sunlan" name="antlr4-testgen-maven-plugin" rev="4.13.1.5" />
Leiningen
[me.sunlan/antlr4-testgen-maven-plugin "4.13.1.5"]
Apache Buildr
'me.sunlan:antlr4-testgen-maven-plugin:jar:4.13.1.5'