is not current version
Last Version 5.0.2

io.github.theangrydev:yatspec-fluent 1.2.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

1.2.0
Type

Type

jar

Download yatspec-fluent 1.2.0


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