is not current version
Last Version 5.0

org.jbehave:jbehave-scala 3.9.5

Extension of JBehave Core that supports Scala for writing steps classes

Categories

Categories

Scala Languages
GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-scala
Version

Version

3.9.5
Type

Type

jar

Download jbehave-scala 3.9.5


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