MVN

io.github.theangrydev.fluentbdd : all

Maven & Gradle

Dec 04, 2016
5 stars
<dependency>
    <groupId>io.github.theangrydev.fluentbdd</groupId>
    <artifactId>all</artifactId>
    <version>8.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.theangrydev.fluentbdd : all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.2

All Versions

Choose a version of io.github.theangrydev.fluentbdd : all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
all-8.2.2
all-8.2.1
all-8.2.0
8.1.x
all-8.1.2
all-8.1.1
all-8.1.0
8.0.x
all-8.0.0
7.2.x
all-7.2.2
all-7.2.1
7.1.x
all-7.1.0

How to add a dependency to Maven

Add the following io.github.theangrydev.fluentbdd : all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.theangrydev.fluentbdd</groupId>
    <artifactId>all</artifactId>
    <version>8.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.theangrydev.fluentbdd : all gradle dependency to your build.gradle file:

implementation 'io.github.theangrydev.fluentbdd:all:8.2.2'

Gradle Kotlin DSL: Add the following io.github.theangrydev.fluentbdd : all gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.theangrydev.fluentbdd:all:8.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.theangrydev.fluentbdd : all sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.theangrydev.fluentbdd" % "all" % "8.2.2"

Advertisement