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