is not current version
Last Version 2.1.6

io.github.artsok:rerunner-jupiter 1.0.0

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

GroupId

GroupId

io.github.artsok
ArtifactId

ArtifactId

rerunner-jupiter
Version

Version

1.0.0
Type

Type

jar

Download rerunner-jupiter 1.0.0


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