is not current version
Last Version 0.7

uk.co.thebadgerset:junit-toolkit 0.4

JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

uk.co.thebadgerset
ArtifactId

ArtifactId

junit-toolkit
Version

Version

0.4
Type

Type

jar

Download junit-toolkit 0.4


<!-- https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/ -->
<dependency>
    <groupId>uk.co.thebadgerset</groupId>
    <artifactId>junit-toolkit</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation 'uk.co.thebadgerset:junit-toolkit:0.4'
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation ("uk.co.thebadgerset:junit-toolkit:0.4")
'uk.co.thebadgerset:junit-toolkit:jar:0.4'
<dependency org="uk.co.thebadgerset" name="junit-toolkit" rev="0.4">
  <artifact name="junit-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.thebadgerset', module='junit-toolkit', version='0.4')
)
libraryDependencies += "uk.co.thebadgerset" % "junit-toolkit" % "0.4"
[uk.co.thebadgerset/junit-toolkit "0.4"]