GroupId | GroupIdorg.jbehave.site |
---|---|
ArtifactId | ArtifactIdjbehave-site-templates |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
jbehave-site-templates-2.0.pom | |
jbehave-site-templates-2.0.jar | 2 KB |
jbehave-site-templates-2.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site-templates/ -->
<dependency>
<groupId>org.jbehave.site</groupId>
<artifactId>jbehave-site-templates</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site-templates/
implementation 'org.jbehave.site:jbehave-site-templates:2.0'
// https://jarcasting.com/artifacts/org.jbehave.site/jbehave-site-templates/
implementation ("org.jbehave.site:jbehave-site-templates:2.0")
'org.jbehave.site:jbehave-site-templates:jar:2.0'
<dependency org="org.jbehave.site" name="jbehave-site-templates" rev="2.0">
<artifact name="jbehave-site-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave.site', module='jbehave-site-templates', version='2.0')
)
libraryDependencies += "org.jbehave.site" % "jbehave-site-templates" % "2.0"
[org.jbehave.site/jbehave-site-templates "2.0"]