j

jbehave-archetypes

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