s

scope-rules

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 parent artifact related to the Scope Rules. It contains configuration information that concern rule modules.
Files download
File Operation
scope-rules-0.15.0-beta.6.pom download
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-rules</artifactId>
  <version>0.15.0-beta.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-rules:0.15.0-beta.6'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-rules:0.15.0-beta.6")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-rules" % "0.15.0-beta.6"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-rules', version='0.15.0-beta.6')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-rules" rev="0.15.0-beta.6" />
Leiningen
[com.undefinedlabs.scope/scope-rules "0.15.0-beta.6"]
Apache Buildr
'com.undefinedlabs.scope:scope-rules:jar:0.15.0-beta.6'