is not current version
Last Version 5.0

org.jbehave:jbehave-spring 4.0-beta-10

Extension of JBehave Core that supports Spring dependency injection

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-spring
Version

Version

4.0-beta-10
Type

Type

jar

Download jbehave-spring 4.0-beta-10


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