is not current version
Last Version 5.0

org.jbehave:jbehave 3.4-beta-4

JBehave is a project that supports and facilitates Behaviour-Driven Development.

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave
Version

Version

3.4-beta-4
Type

Type

pom

Download jbehave 3.4-beta-4

Filename Size
jbehave-3.4-beta-4.pom 10 KB
Browse

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