is not current version
Last Version 5.0

org.jbehave:jbehave-spring 3.0-beta-12

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

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-spring
Version

Version

3.0-beta-12
Type

Type

jar

Download jbehave-spring 3.0-beta-12


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