| License |
License |
|---|---|
| Categories |
CategoriesCucumber Application Testing & Monitoring Reporting Business Logic Libraries |
| GroupId | GroupIdde.monochromata.cucumber |
| ArtifactId | ArtifactIdreporting-plugin |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCucumber reporting plug-in
A plug-in for Cucumber JVM that renders an HTML report
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reporting-plugin-5.0.0.pom | |
| reporting-plugin-5.0.0.jar | 9 KB |
| reporting-plugin-5.0.0-sources.jar | 6 KB |
| reporting-plugin-5.0.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.monochromata.cucumber/reporting-plugin/ -->
<dependency>
<groupId>de.monochromata.cucumber</groupId>
<artifactId>reporting-plugin</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.monochromata.cucumber/reporting-plugin/
implementation 'de.monochromata.cucumber:reporting-plugin:5.0.0'
// https://jarcasting.com/artifacts/de.monochromata.cucumber/reporting-plugin/
implementation ("de.monochromata.cucumber:reporting-plugin:5.0.0")
'de.monochromata.cucumber:reporting-plugin:jar:5.0.0'
<dependency org="de.monochromata.cucumber" name="reporting-plugin" rev="5.0.0">
<artifact name="reporting-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.monochromata.cucumber', module='reporting-plugin', version='5.0.0')
)
libraryDependencies += "de.monochromata.cucumber" % "reporting-plugin" % "5.0.0"
[de.monochromata.cucumber/reporting-plugin "5.0.0"]