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