MVN

io.github.theangrydev : yatspec-fluent

Maven & Gradle

Oct 19, 2016
5 stars

yatspec-fluent · A plugin for the yatspec acceptance test library used to write acceptance tests in a fluent way, reusing givens, whens and thens.

<dependency>
    <groupId>io.github.theangrydev</groupId>
    <artifactId>yatspec-fluent</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.2

All Versions

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

Version Vulnerabilities Updated
5.0.x
yatspec-fluent-5.0.2
yatspec-fluent-5.0.1
yatspec-fluent-5.0.0
4.2.x
yatspec-fluent-4.2.0
4.1.x
yatspec-fluent-4.1.1
yatspec-fluent-4.1.0
4.0.x
yatspec-fluent-4.0.1
yatspec-fluent-4.0.0
3.0.x
yatspec-fluent-3.0.1
yatspec-fluent-3.0.0
2.0.x
yatspec-fluent-2.0.1
1.6.x
yatspec-fluent-1.6.0
1.5.x
yatspec-fluent-1.5.1
yatspec-fluent-1.5.0
1.4.x
yatspec-fluent-1.4.0
1.3.x
yatspec-fluent-1.3.0
1.2.x
yatspec-fluent-1.2.1
yatspec-fluent-1.2.0
1.1.x
yatspec-fluent-1.1.0
1.0.x
yatspec-fluent-1.0.7
yatspec-fluent-1.0.6
yatspec-fluent-1.0.5
yatspec-fluent-1.0.3
yatspec-fluent-1.0.2
yatspec-fluent-1.0.1
yatspec-fluent-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.theangrydev</groupId>
    <artifactId>yatspec-fluent</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.theangrydev : yatspec-fluent gradle dependency to your build.gradle file:

implementation 'io.github.theangrydev:yatspec-fluent:5.0.2'

Gradle Kotlin DSL: Add the following io.github.theangrydev : yatspec-fluent gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.theangrydev:yatspec-fluent:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.theangrydev : yatspec-fluent sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.theangrydev" % "yatspec-fluent" % "5.0.2"

Advertisement