is not current version
Last Version 0.15.1-beta.2

com.undefinedlabs.scope:scope-runner 0.15.1-beta.1

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. The parent artifact related to the Scope Runner. It contains configuration information that concern runner modules.

GroupId

GroupId

com.undefinedlabs.scope
ArtifactId

ArtifactId

scope-runner
Version

Version

0.15.1-beta.1
Type

Type

pom

Download scope-runner 0.15.1-beta.1


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