Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.toolazydogs.aunit |
ArtifactId | ArtifactIdaunit-junit |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
aunit-junit-1.0.0.pom | |
aunit-junit-1.0.0.jar | 50 KB |
aunit-junit-1.0.0-sources.jar | 45 KB |
aunit-junit-1.0.0-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/ -->
<dependency>
<groupId>com.toolazydogs.aunit</groupId>
<artifactId>aunit-junit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/
implementation 'com.toolazydogs.aunit:aunit-junit:1.0.0'
// https://jarcasting.com/artifacts/com.toolazydogs.aunit/aunit-junit/
implementation ("com.toolazydogs.aunit:aunit-junit:1.0.0")
'com.toolazydogs.aunit:aunit-junit:jar:1.0.0'
<dependency org="com.toolazydogs.aunit" name="aunit-junit" rev="1.0.0">
<artifact name="aunit-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toolazydogs.aunit', module='aunit-junit', version='1.0.0')
)
libraryDependencies += "com.toolazydogs.aunit" % "aunit-junit" % "1.0.0"
[com.toolazydogs.aunit/aunit-junit "1.0.0"]