is not current version
Last Version 2.1.6

io.github.artsok:rerunner-jupiter 2.0.1

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

GroupId

GroupId

io.github.artsok
ArtifactId

ArtifactId

rerunner-jupiter
Version

Version

2.0.1
Type

Type

jar

Download rerunner-jupiter 2.0.1


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