is not current version
Last Version 5.0

org.jbehave:jbehave 4.7

JBehave Core is a project providing core functionality supporting and facilitating Behaviour-Driven Development.

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave
Version

Version

4.7
Type

Type

pom

Download jbehave 4.7

Filename Size
jbehave-4.7.pom 10 KB
Browse

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