License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.jbehavesupport |
ArtifactId | ArtifactIdjbehave-junit-support |
Last Version | Last Version4.8.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBehave junit support
Support for running jbehave stories as junit test cases.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-junit-support/ -->
<dependency>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-junit-support</artifactId>
<version>4.8.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-junit-support/
implementation 'org.jbehavesupport:jbehave-junit-support:4.8.3.1'
// https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-junit-support/
implementation ("org.jbehavesupport:jbehave-junit-support:4.8.3.1")
'org.jbehavesupport:jbehave-junit-support:jar:4.8.3.1'
<dependency org="org.jbehavesupport" name="jbehave-junit-support" rev="4.8.3.1">
<artifact name="jbehave-junit-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehavesupport', module='jbehave-junit-support', version='4.8.3.1')
)
libraryDependencies += "org.jbehavesupport" % "jbehave-junit-support" % "4.8.3.1"
[org.jbehavesupport/jbehave-junit-support "4.8.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-engine | jar | 1.7.1 |
org.jbehave : jbehave-core | jar | 4.8.3 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.3-groovy-2.5 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.1 |
org.junit.platform : junit-platform-testkit | jar | 1.7.1 |
cglib : cglib | jar | 3.3.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |