s

scope-runner-scalatest

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 ScalaTest runner.
Files download
File Operation
scope-runner-scalatest-0.15.1-beta.2.jar download
scope-runner-scalatest-0.15.1-beta.2.pom download
scope-runner-scalatest-0.15.1-beta.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-runner-scalatest</artifactId>
  <version>0.15.1-beta.2</version>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-runner-scalatest:0.15.1-beta.2'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-runner-scalatest:0.15.1-beta.2")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-runner-scalatest" % "0.15.1-beta.2"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-runner-scalatest', version='0.15.1-beta.2')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-runner-scalatest" rev="0.15.1-beta.2" />
Leiningen
[com.undefinedlabs.scope/scope-runner-scalatest "0.15.1-beta.2"]
Apache Buildr
'com.undefinedlabs.scope:scope-runner-scalatest:jar:0.15.1-beta.2'