| GroupId | GroupIdcom.agilarity |
|---|---|
| ArtifactId | ArtifactIdjbehave-stories |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbehave-stories-1.0.4.pom | |
| jbehave-stories-1.0.4.jar | 9 KB |
| jbehave-stories-1.0.4-sources.jar | 7 KB |
| jbehave-stories-1.0.4-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.agilarity/jbehave-stories/ -->
<dependency>
<groupId>com.agilarity</groupId>
<artifactId>jbehave-stories</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.agilarity/jbehave-stories/
implementation 'com.agilarity:jbehave-stories:1.0.4'
// https://jarcasting.com/artifacts/com.agilarity/jbehave-stories/
implementation ("com.agilarity:jbehave-stories:1.0.4")
'com.agilarity:jbehave-stories:jar:1.0.4'
<dependency org="com.agilarity" name="jbehave-stories" rev="1.0.4">
<artifact name="jbehave-stories" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agilarity', module='jbehave-stories', version='1.0.4')
)
libraryDependencies += "com.agilarity" % "jbehave-stories" % "1.0.4"
[com.agilarity/jbehave-stories "1.0.4"]