is not current version
Last Version 5.0

org.jbehave:jbehave-spring 2.5.2

Extension of JBehave Core that allows CandidateSteps instances to be composed using Spring

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-spring
Version

Version

2.5.2
Type

Type

jar

Download jbehave-spring 2.5.2


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