is not current version
Last Version 4.8.3.1

org.jbehavesupport:jbehave-junit-support 1.2.4

Support for running jbehave stories as junit test cases.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.jbehavesupport
ArtifactId

ArtifactId

jbehave-junit-support
Version

Version

1.2.4
Type

Type

jar

Download jbehave-junit-support 1.2.4


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