License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.udaychandra.bdd |
ArtifactId | ArtifactIdbdd-junit |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionUD BDD library
A light weight JUnit 5 based BDD library to create and run stories and behaviors
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bdd-junit-0.1.1.pom | |
bdd-junit-0.1.1.jar | 7 KB |
bdd-junit-0.1.1-sources.jar | 6 KB |
bdd-junit-0.1.1-javadoc.jar | 399 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.github.udaychandra.bdd : bdd-core | jar | 0.1.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |