MVN

com.natpryce : worktorule

Maven & Gradle

Apr 08, 2016
12 stars

worktorule · Manage test lifecycle by correlating failures with contents of an issue tracker.

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>worktorule</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.natpryce : worktorule to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of com.natpryce : worktorule to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
worktorule-2.0.0
1.1.x
worktorule-1.1.0
1.0.x
worktorule-1.0.0
worktorule-1.0.0-RC1

How to add a dependency to Maven

Add the following com.natpryce : worktorule maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>worktorule</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.natpryce : worktorule gradle dependency to your build.gradle file:

implementation 'com.natpryce:worktorule:2.0.0'

Gradle Kotlin DSL: Add the following com.natpryce : worktorule gradle kotlin dependency to your build.gradle.kts file:

implementation("com.natpryce:worktorule:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.natpryce : worktorule sbt scala dependency to your build.sbt file:

libraryDependencies += "com.natpryce" % "worktorule" % "2.0.0"

Advertisement

Dependencies from Group

Sep 18, 2020
124 usages
323 stars
Sep 05, 2016
8 usages
152 stars
Jun 20, 2018
7 usages
271 stars
Feb 15, 2020
2 usages
137 stars
Oct 09, 2018
1 usages
58 stars

Discover Dependencies