is not current version
Last Version 5.0

org.jbehave:jbehave-core 4.0-beta-9

JBehave Core contains all the core functionality for running BDD stories.

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-core
Version

Version

4.0-beta-9
Type

Type

jar

Download jbehave-core 4.0-beta-9


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