| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jbehave |
| Идентификатор | Идентификаторjbehave-core |
| Последняя версия | Последняя версия5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJBehave Core
JBehave Core contains all the core functionality for running BDD stories.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 Необязательный | jar | 4.0.2 |
| javax.inject : javax.inject Необязательный | jar | 1 |
| org.reflections : reflections Необязательный | jar | 0.10.2 |
| com.google.guava : guava Необязательный | jar | 31.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |