License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.toolazydogs.aunit |
ArtifactId | ArtifactIdaunit-junit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR Unit Testing Framework :: JUnit
ANTLR JUnit Project
|
Project URL |
Project URL |
Filename | Size |
---|---|
aunit-junit-1.0.2.pom | |
aunit-junit-1.0.2.jar | 50 KB |
aunit-junit-1.0.2-sources.jar | 45 KB |
aunit-junit-1.0.2-javadoc.jar | 182 KB |
Browse |
<!-- 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"]
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 |