s

scope-agent-performance-tests

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 Scope Java agent allows to instrument the tests executions and send the results to your Scope instance.
Files download
File Operation
scope-agent-performance-tests-0.15.1-beta.2.jar download
scope-agent-performance-tests-0.15.1-beta.2.pom download
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-agent-performance-tests</artifactId>
  <version>0.15.1-beta.2</version>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-agent-performance-tests:0.15.1-beta.2'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-agent-performance-tests:0.15.1-beta.2")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-agent-performance-tests" % "0.15.1-beta.2"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-agent-performance-tests', version='0.15.1-beta.2')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-agent-performance-tests" rev="0.15.1-beta.2" />
Leiningen
[com.undefinedlabs.scope/scope-agent-performance-tests "0.15.1-beta.2"]
Apache Buildr
'com.undefinedlabs.scope:scope-agent-performance-tests:jar:0.15.1-beta.2'