is not current version
Last Version 22.4.3

io.split:qosrunner 1.16

Framework for running JUnit Tests as a Continous Service (QoS)

GroupId

GroupId

io.split
ArtifactId

ArtifactId

qosrunner
Version

Version

1.16
Type

Type

jar

Download qosrunner 1.16


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