is not current version
Last Version 2.1.6

io.github.artsok:rerunner-jupiter 1.1.6

JUnit 5 Extension point which rerun failed tests certain number of times

GroupId

GroupId

io.github.artsok
ArtifactId

ArtifactId

rerunner-jupiter
Version

Version

1.1.6
Type

Type

jar

Download rerunner-jupiter 1.1.6


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