is not current version
Last Version 5.0

org.jbehave:jbehave 2.2


GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave
Version

Version

2.2
Type

Type

pom

Download jbehave 2.2

Filename Size
jbehave-2.2.pom 10 KB
Browse

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