| GroupId | GroupIdorg.jbehave.site |
|---|---|
| ArtifactId | ArtifactIdjbehave-site |
| Version | Version3.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jbehave-site-3.3.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site/ -->
<dependency>
<groupId>org.jbehave.site</groupId>
<artifactId>jbehave-site</artifactId>
<version>3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site/
implementation 'org.jbehave.site:jbehave-site:3.3'
// https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site/
implementation ("org.jbehave.site:jbehave-site:3.3")
'org.jbehave.site:jbehave-site:pom:3.3'
<dependency org="org.jbehave.site" name="jbehave-site" rev="3.3">
<artifact name="jbehave-site" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbehave.site', module='jbehave-site', version='3.3')
)
libraryDependencies += "org.jbehave.site" % "jbehave-site" % "3.3"
[org.jbehave.site/jbehave-site "3.3"]