| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.undefinedlabs.scope |
| Идентификатор | Идентификаторscope-agent |
| Последняя версия | Последняя версия0.15.1-beta.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеScope Java Agent
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.
|
| Имя Файла | Размер |
|---|---|
| scope-agent-0.15.1-beta.2.pom | |
| scope-agent-0.15.1-beta.2.jar | 12 MB |
| scope-agent-0.15.1-beta.2-sources.jar | 11 KB |
| scope-agent-0.15.1-beta.2-javadoc.jar | 102 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-agent/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-agent</artifactId>
<version>0.15.1-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-agent/
implementation 'com.undefinedlabs.scope:scope-agent:0.15.1-beta.2'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-agent/
implementation ("com.undefinedlabs.scope:scope-agent:0.15.1-beta.2")
'com.undefinedlabs.scope:scope-agent:jar:0.15.1-beta.2'
<dependency org="com.undefinedlabs.scope" name="scope-agent" rev="0.15.1-beta.2">
<artifact name="scope-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-agent', version='0.15.1-beta.2')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-agent" % "0.15.1-beta.2"
[com.undefinedlabs.scope/scope-agent "0.15.1-beta.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.undefinedlabs.scope : scope-rules-testing | jar | 0.15.1-beta.2 |
| junit : junit | jar | 4.13 |
| org.assertj : assertj-core | jar | 2.9.1 |
| org.mockito : mockito-all | jar | 1.10.19 |
| net.bytebuddy : byte-buddy-agent | jar | 1.10.12 |