is not current version
Last Version 2.1

com.github.lpandzic:junit-bdd 1.0

Provides a JUnit test rule which enables Behavior-driven development (BDD) style testing.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.lpandzic
ArtifactId

ArtifactId

junit-bdd
Version

Version

1.0
Type

Type

jar

Download junit-bdd 1.0


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