MVN

com.undefinedlabs.scope : scope-rule-spock-tests-v2

Maven & Gradle

Jun 12, 2020

Scope Rule for Spock (Tests Spock v2) · Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. This artifact contains the classes to instrument the Spock tests.

<dependency>
    <groupId>com.undefinedlabs.scope</groupId>
    <artifactId>scope-rule-spock-tests-v2</artifactId>
    <version>0.15.0-beta.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.undefinedlabs.scope : scope-rule-spock-tests-v2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0-beta.5
  • Latest Beta: 0.15.0-beta.5

All Versions

Choose a version of com.undefinedlabs.scope : scope-rule-spock-tests-v2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
scope-rule-spock-tests-v2-0.15.0-beta.5

How to add a dependency to Maven

Add the following com.undefinedlabs.scope : scope-rule-spock-tests-v2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.undefinedlabs.scope</groupId>
    <artifactId>scope-rule-spock-tests-v2</artifactId>
    <version>0.15.0-beta.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.undefinedlabs.scope : scope-rule-spock-tests-v2 gradle dependency to your build.gradle file:

implementation 'com.undefinedlabs.scope:scope-rule-spock-tests-v2:0.15.0-beta.5'

Gradle Kotlin DSL: Add the following com.undefinedlabs.scope : scope-rule-spock-tests-v2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.undefinedlabs.scope:scope-rule-spock-tests-v2:0.15.0-beta.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.undefinedlabs.scope : scope-rule-spock-tests-v2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-spock-tests-v2" % "0.15.0-beta.5"