is not current version
Last Version 5.0

org.jbehave:jbehave-weld 3.4-beta-1

Extension of JBehave Core that supports Weld context and dependency injection framework

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-weld
Version

Version

3.4-beta-1
Type

Type

jar

Download jbehave-weld 3.4-beta-1


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