License |
License
BSD license
|
---|---|
GroupId | GroupIdorg.jbehave |
ArtifactId | ArtifactIdjbehave-pom |
Last Version | Last Version6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJBehave POM
JBehave POM providing configuration and build behaviour common to all JBehave projects, which use it as their parent POM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jbehave-pom-6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave-pom/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-pom</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave-pom/
implementation 'org.jbehave:jbehave-pom:6'
// https://jarcasting.com/artifacts/org.jbehave/jbehave-pom/
implementation ("org.jbehave:jbehave-pom:6")
'org.jbehave:jbehave-pom:pom:6'
<dependency org="org.jbehave" name="jbehave-pom" rev="6">
<artifact name="jbehave-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave-pom', version='6')
)
libraryDependencies += "org.jbehave" % "jbehave-pom" % "6"
[org.jbehave/jbehave-pom "6"]