ANTLR Unit Testing Framework :: JUnit

ANTLR JUnit Project

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.toolazydogs.aunit
ArtifactId

ArtifactId

aunit-junit
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

ANTLR Unit Testing Framework :: JUnit
ANTLR JUnit Project
Project URL

Project URL

http://github.com/maguro/aunit

Download aunit-junit

How to add to project

<!-- https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/ -->
<dependency>
    <groupId>com.toolazydogs.aunit</groupId>
    <artifactId>aunit-junit</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/
implementation 'com.toolazydogs.aunit:aunit-junit:1.0.2'
// https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/
implementation ("com.toolazydogs.aunit:aunit-junit:1.0.2")
'com.toolazydogs.aunit:aunit-junit:jar:1.0.2'
<dependency org="com.toolazydogs.aunit" name="aunit-junit" rev="1.0.2">
  <artifact name="aunit-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toolazydogs.aunit', module='aunit-junit', version='1.0.2')
)
libraryDependencies += "com.toolazydogs.aunit" % "aunit-junit" % "1.0.2"
[com.toolazydogs.aunit/aunit-junit "1.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
asm : asm jar 3.2
asm : asm-tree jar 3.2
asm : asm-util jar 3.2
org.antlr : antlr jar 3.2
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0