j

jbehave-archetypes

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