is not current version
Last Version 4.8.3.1

org.jbehavesupport:jbehave-junit-support 4.6.1

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

4.6.1
Type

Type

jar

Download jbehave-junit-support 4.6.1


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