is not current version
Last Version 5.0

org.jbehave:jbehave-guice 3.4.1

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.1
Type

Type

jar

Download jbehave-guice 3.4.1


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