Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIduk.co.thebadgerset |
ArtifactId | ArtifactIdjunit-toolkit |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
junit-toolkit-0.3.pom | |
junit-toolkit-0.3.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/ -->
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation 'uk.co.thebadgerset:junit-toolkit:0.3'
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation ("uk.co.thebadgerset:junit-toolkit:0.3")
'uk.co.thebadgerset:junit-toolkit:jar:0.3'
<dependency org="uk.co.thebadgerset" name="junit-toolkit" rev="0.3">
<artifact name="junit-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.thebadgerset', module='junit-toolkit', version='0.3')
)
libraryDependencies += "uk.co.thebadgerset" % "junit-toolkit" % "0.3"
[uk.co.thebadgerset/junit-toolkit "0.3"]