MVN

com.github.liamhayes1 : jira-cucumber

Maven & Gradle

Jul 31, 2015

Jira Cucumber · Jira Cucumber allows you to attach a rest client for retrieval and posting of Cucumber tests

<dependency>
    <groupId>com.github.liamhayes1</groupId>
    <artifactId>jira-cucumber</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.liamhayes1 : jira-cucumber to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of com.github.liamhayes1 : jira-cucumber to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
jira-cucumber-1.22
1.21
jira-cucumber-1.21
1.20
jira-cucumber-1.20
1.19
jira-cucumber-1.19
1.14
jira-cucumber-1.14
1.13
jira-cucumber-1.13
1.12
jira-cucumber-1.12
1.11
jira-cucumber-1.11
1.9
jira-cucumber-1.9
1.7
jira-cucumber-1.7
1.6
jira-cucumber-1.6
1.0
jira-cucumber-1.0

How to add a dependency to Maven

Add the following com.github.liamhayes1 : jira-cucumber maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.liamhayes1</groupId>
    <artifactId>jira-cucumber</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.liamhayes1 : jira-cucumber gradle dependency to your build.gradle file:

implementation 'com.github.liamhayes1:jira-cucumber:1.22'

Gradle Kotlin DSL: Add the following com.github.liamhayes1 : jira-cucumber gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.liamhayes1:jira-cucumber:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.liamhayes1 : jira-cucumber sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.liamhayes1" % "jira-cucumber" % "1.22"

Advertisement