Last Version

UD BDD library 0.1.1

A light weight JUnit 5 based BDD library to create and run stories and behaviors

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.udaychandra.bdd
ArtifactId

ArtifactId

bdd-junit
Version

Version

0.1.1
Type

Type

jar
Description

Description

UD BDD library
A light weight JUnit 5 based BDD library to create and run stories and behaviors
Project URL

Project URL

https://github.com/udaychandra/bdd
Source Code Management

Source Code Management

https://github.com/udaychandra/bdd

Download bdd-junit 0.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.udaychandra.bdd : bdd-core jar 0.1.1
org.junit.jupiter : junit-jupiter-api jar 5.3.2

Project Modules

There are no modules declared in this project.