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