is not current version
Last Version 1.2.1

net.joala:joala-bdd 1.0.1

Provide support for writing your tests in JUnit with BDD style Gherkin Syntax. Especially supports logging of steps as well as handing over variables from step to step.

Categories

Categories

Net
GroupId

GroupId

net.joala
ArtifactId

ArtifactId

joala-bdd
Version

Version

1.0.1
Type

Type

jar

Download joala-bdd 1.0.1


<!-- https://jarcasting.com/artifacts/net.joala/joala-bdd/ -->
<dependency>
    <groupId>net.joala</groupId>
    <artifactId>joala-bdd</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.joala/joala-bdd/
implementation 'net.joala:joala-bdd:1.0.1'
// https://jarcasting.com/artifacts/net.joala/joala-bdd/
implementation ("net.joala:joala-bdd:1.0.1")
'net.joala:joala-bdd:jar:1.0.1'
<dependency org="net.joala" name="joala-bdd" rev="1.0.1">
  <artifact name="joala-bdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.joala', module='joala-bdd', version='1.0.1')
)
libraryDependencies += "net.joala" % "joala-bdd" % "1.0.1"
[net.joala/joala-bdd "1.0.1"]