Files download
File Operation
thucydides-jbehave-plugin-0.9.275.jar download
thucydides-jbehave-plugin-0.9.275.pom download
thucydides-jbehave-plugin-0.9.275-sources.jar download
Apache Maven
<dependency>
  <groupId>net.thucydides</groupId>
  <artifactId>thucydides-jbehave-plugin</artifactId>
  <version>0.9.275</version>
</dependency>
Gradle Groovy
implementation 'net.thucydides:thucydides-jbehave-plugin:0.9.275'
Gradle Kotlin
implementation("net.thucydides:thucydides-jbehave-plugin:0.9.275")
Scala SBT
libraryDependencies += "net.thucydides" % "thucydides-jbehave-plugin" % "0.9.275"
Groovy Grape
@Grapes(
  @Grab(group='net.thucydides', module='thucydides-jbehave-plugin', version='0.9.275')
)
Apache Ivy
<dependency org="net.thucydides" name="thucydides-jbehave-plugin" rev="0.9.275" />
Leiningen
[net.thucydides/thucydides-jbehave-plugin "0.9.275"]
Apache Buildr
'net.thucydides:thucydides-jbehave-plugin:jar:0.9.275'