is not current version
Last Version 5.0

org.jbehave:jbehave 1.0.0


GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave
Version

Version

1.0.0
Type

Type

jar

Download jbehave 1.0.0


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