| License |
License |
|---|---|
| GroupId | GroupIdcom.github.onliner10 |
| ArtifactId | ArtifactIdbdd4J |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionBdd4J
BDD(Behaviour Drivven Development) test runner for JUnit, inspired by Machine.Specifications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bdd4J-1.0.pom | |
| bdd4J-1.0.jar | 7 KB |
| bdd4J-1.0-sources.jar | 4 KB |
| bdd4J-1.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/ -->
<dependency>
<groupId>com.github.onliner10</groupId>
<artifactId>bdd4J</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/
implementation 'com.github.onliner10:bdd4J:1.0'
// https://jarcasting.com/artifacts/com.github.onliner10/bdd4J/
implementation ("com.github.onliner10:bdd4J:1.0")
'com.github.onliner10:bdd4J:jar:1.0'
<dependency org="com.github.onliner10" name="bdd4J" rev="1.0">
<artifact name="bdd4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onliner10', module='bdd4J', version='1.0')
)
libraryDependencies += "com.github.onliner10" % "bdd4J" % "1.0"
[com.github.onliner10/bdd4J "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.8.1,) |