is not current version
Last Version 5.0

org.jbehave:jbehave-core 2.5-rc1

The JBehave core module

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-core
Version

Version

2.5-rc1
Type

Type

jar

Download jbehave-core 2.5-rc1


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