is not current version
Last Version 5.0.2

io.github.theangrydev:yatspec-fluent 4.0.0

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

GroupId

GroupId

io.github.theangrydev
ArtifactId

ArtifactId

yatspec-fluent
Version

Version

4.0.0
Type

Type

jar

Download yatspec-fluent 4.0.0


<!-- https://jarcasting.com/artifacts/io.github.theangrydev/yatspec-fluent/ -->
<dependency>
    <groupId>io.github.theangrydev</groupId>
    <artifactId>yatspec-fluent</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev/yatspec-fluent/
implementation 'io.github.theangrydev:yatspec-fluent:4.0.0'
// https://jarcasting.com/artifacts/io.github.theangrydev/yatspec-fluent/
implementation ("io.github.theangrydev:yatspec-fluent:4.0.0")
'io.github.theangrydev:yatspec-fluent:jar:4.0.0'
<dependency org="io.github.theangrydev" name="yatspec-fluent" rev="4.0.0">
  <artifact name="yatspec-fluent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev', module='yatspec-fluent', version='4.0.0')
)
libraryDependencies += "io.github.theangrydev" % "yatspec-fluent" % "4.0.0"
[io.github.theangrydev/yatspec-fluent "4.0.0"]