is not current version
Last Version 0.7

uk.co.thebadgerset:junit-toolkit 0.3

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.3
Type

Type

jar

Download junit-toolkit 0.3


<!-- 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"]