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