j

jbehave-archetypes

Archetypes provided by JBehave
Files download
File Operation
jbehave-archetypes-4.2-beta-2.pom download
Apache Maven
<dependency>
  <groupId>org.jbehave</groupId>
  <artifactId>jbehave-archetypes</artifactId>
  <version>4.2-beta-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jbehave:jbehave-archetypes:4.2-beta-2'
Gradle Kotlin
implementation("org.jbehave:jbehave-archetypes:4.2-beta-2")
Scala SBT
libraryDependencies += "org.jbehave" % "jbehave-archetypes" % "4.2-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='org.jbehave', module='jbehave-archetypes', version='4.2-beta-2')
)
Apache Ivy
<dependency org="org.jbehave" name="jbehave-archetypes" rev="4.2-beta-2" />
Leiningen
[org.jbehave/jbehave-archetypes "4.2-beta-2"]
Apache Buildr
'org.jbehave:jbehave-archetypes:jar:4.2-beta-2'