is not current version
Last Version 5.0

org.jbehave:jbehave-guice 2.5-rc1

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

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-guice
Version

Version

2.5-rc1
Type

Type

jar

Download jbehave-guice 2.5-rc1


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