| Группа | Группаorg.jbehave |
|---|---|
| Идентификатор | Идентификаторjbehave-spring |
| Версия | Версия4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jbehave-spring-4.6.pom | |
| jbehave-spring-4.6.jar | 14 KB |
| jbehave-spring-4.6-sources.jar | 9 KB |
| jbehave-spring-4.6-javadoc.jar | 86 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-spring</artifactId>
<version>4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/
implementation 'org.jbehave:jbehave-spring:4.6'
// https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/
implementation ("org.jbehave:jbehave-spring:4.6")
'org.jbehave:jbehave-spring:jar:4.6'
<dependency org="org.jbehave" name="jbehave-spring" rev="4.6">
<artifact name="jbehave-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave-spring', version='4.6')
)
libraryDependencies += "org.jbehave" % "jbehave-spring" % "4.6"
[org.jbehave/jbehave-spring "4.6"]