MVN

com.assertthat.plugins : assertthat-bdd-standalone

Maven & Gradle

Aug 18, 2023
2 usages
1 stars

assertthat-bdd-standalone · AssertThat BDD Jira plugin client standalone

<dependency>
    <groupId>com.assertthat.plugins</groupId>
    <artifactId>assertthat-bdd-standalone</artifactId>
    <version>1.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.assertthat.plugins : assertthat-bdd-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.8

All Versions

Choose a version of com.assertthat.plugins : assertthat-bdd-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
assertthat-bdd-standalone-1.9.8
assertthat-bdd-standalone-1.9.7
assertthat-bdd-standalone-1.9.6
assertthat-bdd-standalone-1.9.5
assertthat-bdd-standalone-1.9.4
assertthat-bdd-standalone-1.9.3
assertthat-bdd-standalone-1.9.2
assertthat-bdd-standalone-1.9.1
1.9
assertthat-bdd-standalone-1.9
1.8
assertthat-bdd-standalone-1.8
1.7
assertthat-bdd-standalone-1.7
1.6
assertthat-bdd-standalone-1.6
1.5
assertthat-bdd-standalone-1.5
1.4
assertthat-bdd-standalone-1.4
1.3
assertthat-bdd-standalone-1.3
1.2
assertthat-bdd-standalone-1.2
1.1
assertthat-bdd-standalone-1.1
1.0
assertthat-bdd-standalone-1.0

How to add a dependency to Maven

Add the following com.assertthat.plugins : assertthat-bdd-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.assertthat.plugins</groupId>
    <artifactId>assertthat-bdd-standalone</artifactId>
    <version>1.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.assertthat.plugins : assertthat-bdd-standalone gradle dependency to your build.gradle file:

implementation 'com.assertthat.plugins:assertthat-bdd-standalone:1.9.8'

Gradle Kotlin DSL: Add the following com.assertthat.plugins : assertthat-bdd-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.assertthat.plugins:assertthat-bdd-standalone:1.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.assertthat.plugins : assertthat-bdd-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.assertthat.plugins" % "assertthat-bdd-standalone" % "1.9.8"

Advertisement