is not current version
Last Version 5.0

org.jbehave:jbehave-guice 3.4

Extension of JBehave Core that supports Guice dependency injection

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-guice
Version

Version

3.4
Type

Type

jar

Download jbehave-guice 3.4


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