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