MVN

com.github.invictum : invictum-test-jbehave

Maven & Gradle

Aug 28, 2019
4 stars

Integration with jBehave. Based on Serenity BDD project.

<dependency>
    <groupId>com.github.invictum</groupId>
    <artifactId>invictum-test-jbehave</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.invictum : invictum-test-jbehave to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.github.invictum : invictum-test-jbehave to add to Maven or Gradle - All Versions:

  • Version Updated
  • invictum-test-jbehave-1.8

    Aug 27, 2019
  • invictum-test-jbehave-1.7

    Jan 03, 2018
  • invictum-test-jbehave-1.6

    Oct 10, 2017
  • invictum-test-jbehave-1.5

    Jun 27, 2017
  • invictum-test-jbehave-1.4

    Apr 04, 2017
  • invictum-test-jbehave-1.3

    Mar 07, 2017
  • invictum-test-jbehave-1.2

    Nov 22, 2016
  • invictum-test-jbehave-1.1

    Oct 24, 2016
  • invictum-test-jbehave-1.0

    Oct 24, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.invictum</groupId>
    <artifactId>invictum-test-jbehave</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.invictum : invictum-test-jbehave gradle dependency to your build.gradle file:

implementation 'com.github.invictum:invictum-test-jbehave:1.8'

Gradle Kotlin DSL: Add the following com.github.invictum : invictum-test-jbehave gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.invictum:invictum-test-jbehave:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.invictum : invictum-test-jbehave sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.invictum" % "invictum-test-jbehave" % "1.8"