| License |
License |
|---|---|
| GroupId | GroupIdcom.flarestarsoftware |
| ArtifactId | ArtifactIdbdd |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbdd
Lightweight mocha/chai/jasmine BDD interface for Java tests.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bdd-0.2.1.pom | |
| bdd-0.2.1.jar | 34 KB |
| bdd-0.2.1-sources.jar | 17 KB |
| bdd-0.2.1-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.flarestarsoftware/bdd/ -->
<dependency>
<groupId>com.flarestarsoftware</groupId>
<artifactId>bdd</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.flarestarsoftware/bdd/
implementation 'com.flarestarsoftware:bdd:0.2.1'
// https://jarcasting.com/artifacts/com.flarestarsoftware/bdd/
implementation ("com.flarestarsoftware:bdd:0.2.1")
'com.flarestarsoftware:bdd:jar:0.2.1'
<dependency org="com.flarestarsoftware" name="bdd" rev="0.2.1">
<artifact name="bdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flarestarsoftware', module='bdd', version='0.2.1')
)
libraryDependencies += "com.flarestarsoftware" % "bdd" % "0.2.1"
[com.flarestarsoftware/bdd "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |