Categories |
CategoriesIDE Development Tools Net |
---|---|
GroupId | GroupIdnet.thucydides |
ArtifactId | ArtifactIdthucydides-jbehave-plugin |
Version | Version0.9.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.thucydides/thucydides-jbehave-plugin/ -->
<dependency>
<groupId>net.thucydides</groupId>
<artifactId>thucydides-jbehave-plugin</artifactId>
<version>0.9.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides/thucydides-jbehave-plugin/
implementation 'net.thucydides:thucydides-jbehave-plugin:0.9.0-RC4'
// https://jarcasting.com/artifacts/net.thucydides/thucydides-jbehave-plugin/
implementation ("net.thucydides:thucydides-jbehave-plugin:0.9.0-RC4")
'net.thucydides:thucydides-jbehave-plugin:jar:0.9.0-RC4'
<dependency org="net.thucydides" name="thucydides-jbehave-plugin" rev="0.9.0-RC4">
<artifact name="thucydides-jbehave-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides', module='thucydides-jbehave-plugin', version='0.9.0-RC4')
)
libraryDependencies += "net.thucydides" % "thucydides-jbehave-plugin" % "0.9.0-RC4"
[net.thucydides/thucydides-jbehave-plugin "0.9.0-RC4"]