GroupId | GroupIdorg.jbehave |
---|---|
ArtifactId | ArtifactIdjbehave |
Version | Version4.0.4 |
Type | Typepom |
Filename | Size |
---|---|
jbehave-4.0.4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave/
implementation 'org.jbehave:jbehave:4.0.4'
// https://jarcasting.com/artifacts/org.jbehave/jbehave/
implementation ("org.jbehave:jbehave:4.0.4")
'org.jbehave:jbehave:pom:4.0.4'
<dependency org="org.jbehave" name="jbehave" rev="4.0.4">
<artifact name="jbehave" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave', version='4.0.4')
)
libraryDependencies += "org.jbehave" % "jbehave" % "4.0.4"
[org.jbehave/jbehave "4.0.4"]