MVN

com.toolazydogs.aunit : aunit-junit

Maven & Gradle

Jan 25, 2011
4 stars

ANTLR Unit Testing Framework :: JUnit · ANTLR JUnit Project

<dependency>
    <groupId>com.toolazydogs.aunit</groupId>
    <artifactId>aunit-junit</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.toolazydogs.aunit : aunit-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.toolazydogs.aunit : aunit-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aunit-junit-1.0.2
aunit-junit-1.0.1
aunit-junit-1.0.0

How to add a dependency to Maven

Add the following com.toolazydogs.aunit : aunit-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.toolazydogs.aunit</groupId>
    <artifactId>aunit-junit</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.toolazydogs.aunit : aunit-junit gradle dependency to your build.gradle file:

implementation 'com.toolazydogs.aunit:aunit-junit:1.0.2'

Gradle Kotlin DSL: Add the following com.toolazydogs.aunit : aunit-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.toolazydogs.aunit:aunit-junit:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.toolazydogs.aunit : aunit-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.toolazydogs.aunit" % "aunit-junit" % "1.0.2"