is not current version
Last Version 1.0.14

io.orangebeard:junit5-listener 1.0.2

Send JUnit5 test results to an Orangebeard.io instance

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.orangebeard
ArtifactId

ArtifactId

junit5-listener
Version

Version

1.0.2
Type

Type

jar

Download junit5-listener 1.0.2


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