is not current version
Last Version 0.2.1

com.flarestarsoftware:bdd 0.1.0

Lightweight mocha/chai/jasmine BDD interface for Java tests.

GroupId

GroupId

com.flarestarsoftware
ArtifactId

ArtifactId

bdd
Version

Version

0.1.0
Type

Type

jar

Download bdd 0.1.0


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