is not current version
Last Version 0.1.3

com.undefinedlabs.scope:scope-instrumentation-for-gradle 0.1.0

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 create the init.gradle to apply ScopeGradlePlugin.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.undefinedlabs.scope
ArtifactId

ArtifactId

scope-instrumentation-for-gradle
Version

Version

0.1.0
Type

Type

jar

Download scope-instrumentation-for-gradle 0.1.0


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