не последняя версия
Последняя версия 0.1.2

com.undefinedlabs.scope:scope-gradle-plugin 0.1.0-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 Scope for Gradle instrumentator library allows to apply ScopeGradlePlugin to extend Gradle Test tasks with Scope.

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

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

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

scope-gradle-plugin
Версия

Версия

0.1.0-beta.1
Тип

Тип

jar

Скачать scope-gradle-plugin 0.1.0-beta.1


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