не последняя версия
Последняя версия 0.15.1-beta.2

com.undefinedlabs.scope:scope-agent 0.1.0-beta1

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.

Группа

Группа

com.undefinedlabs.scope
Идентификатор

Идентификатор

scope-agent
Версия

Версия

0.1.0-beta1
Тип

Тип

jar

Скачать scope-agent 0.1.0-beta1


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