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