Categories |
CategoriesCucumber Application Testing & Monitoring ORM Data |
---|---|
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIdhtml-formatter |
Version | Version6.0.2 |
Type | Typejar |
Filename | Size |
---|---|
html-formatter-6.0.2.pom | |
html-formatter-6.0.2.jar | 437 KB |
html-formatter-6.0.2-sources.jar | 3 KB |
html-formatter-6.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/html-formatter/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>html-formatter</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/html-formatter/
implementation 'io.cucumber:html-formatter:6.0.2'
// https://jarcasting.com/artifacts/io.cucumber/html-formatter/
implementation ("io.cucumber:html-formatter:6.0.2")
'io.cucumber:html-formatter:jar:6.0.2'
<dependency org="io.cucumber" name="html-formatter" rev="6.0.2">
<artifact name="html-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='html-formatter', version='6.0.2')
)
libraryDependencies += "io.cucumber" % "html-formatter" % "6.0.2"
[io.cucumber/html-formatter "6.0.2"]