License |
License |
---|---|
GroupId | GroupIdorg.jbehave |
ArtifactId | ArtifactIdjbehave-core |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBehave Core
JBehave Core contains all the core functionality for running BDD stories.
|
Filename | Size |
---|---|
jbehave-core-5.0.pom | |
jbehave-core-5.0.jar | 372 KB |
jbehave-core-5.0-sources.jar | 170 KB |
jbehave-core-5.0-resources.zip | 10 KB |
jbehave-core-5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave-core/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-core</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave-core/
implementation 'org.jbehave:jbehave-core:5.0'
// https://jarcasting.com/artifacts/org.jbehave/jbehave-core/
implementation ("org.jbehave:jbehave-core:5.0")
'org.jbehave:jbehave-core:jar:5.0'
<dependency org="org.jbehave" name="jbehave-core" rev="5.0">
<artifact name="jbehave-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave-core', version='5.0')
)
libraryDependencies += "org.jbehave" % "jbehave-core" % "5.0"
[org.jbehave/jbehave-core "5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
commons-io : commons-io | jar | 2.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-text | jar | 1.9 |
org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
org.freemarker : freemarker | jar | 2.3.31 |
com.google.code.gson : gson | jar | 2.9.0 |
com.thoughtworks.paranamer : paranamer | jar | 2.8 |
org.apache.groovy : groovy Optional | jar | 4.0.2 |
javax.inject : javax.inject Optional | jar | 1 |
org.reflections : reflections Optional | jar | 0.10.2 |
com.google.guava : guava Optional | jar | 31.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.xmlunit : xmlunit-matchers | jar | 2.9.0 |
org.mockito : mockito-junit-jupiter | jar | 4.5.1 |