is not current version
Last Version 0.9.52

com.thesett:junit-toolkit 0.8.16

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

junit-toolkit
Version

Version

0.8.16
Type

Type

jar

Download junit-toolkit 0.8.16


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