is not current version
Last Version 0.15.1-beta.2

com.undefinedlabs.scope:scope-runner-junit5 0.12.0

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. This artifact contains the classes to instrument the JUnit5 runner.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.undefinedlabs.scope
ArtifactId

ArtifactId

scope-runner-junit5
Version

Version

0.12.0
Type

Type

jar

Download scope-runner-junit5 0.12.0


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