MVN

net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider

Maven & Gradle

Aug 20, 2014
0 stars

thucydides-jira-customfields-requirements-provider · Read Thucydides requirements from JIRA Story and Epic cards

<dependency>
    <groupId>net.thucydides.plugins.jira</groupId>
    <artifactId>thucydides-jira-customfields-requirements-provider</artifactId>
    <version>0.9.268</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.268

All Versions

Choose a version of net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
thucydides-jira-customfields-requirements-provider-0.9.268
thucydides-jira-customfields-requirements-provider-0.9.260
thucydides-jira-customfields-requirements-provider-0.9.256
thucydides-jira-customfields-requirements-provider-0.9.244
thucydides-jira-customfields-requirements-provider-0.9.228
thucydides-jira-customfields-requirements-provider-0.9.220

How to add a dependency to Maven

Add the following net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.thucydides.plugins.jira</groupId>
    <artifactId>thucydides-jira-customfields-requirements-provider</artifactId>
    <version>0.9.268</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider gradle dependency to your build.gradle file:

implementation 'net.thucydides.plugins.jira:thucydides-jira-customfields-requirements-provider:0.9.268'

Gradle Kotlin DSL: Add the following net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("net.thucydides.plugins.jira:thucydides-jira-customfields-requirements-provider:0.9.268")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.thucydides.plugins.jira : thucydides-jira-customfields-requirements-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "net.thucydides.plugins.jira" % "thucydides-jira-customfields-requirements-provider" % "0.9.268"