is not current version
Last Version 5.0

org.jbehave:jbehave 3.0-beta-8

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

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave
Version

Version

3.0-beta-8
Type

Type

pom

Download jbehave 3.0-beta-8

Filename Size
jbehave-3.0-beta-8.pom 11 KB
Browse

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