| Categories |
CategoriesCucumber Application Testing & Monitoring Reporting Business Logic Libraries |
|---|---|
| GroupId | GroupIdde.monochromata.cucumber |
| ArtifactId | ArtifactIdreporting-plugin |
| Version | Version4.0.82 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reporting-plugin-4.0.82.pom | |
| reporting-plugin-4.0.82.jar | 9 KB |
| reporting-plugin-4.0.82-sources.jar | 5 KB |
| reporting-plugin-4.0.82-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>4.0.82</version>
</dependency>
// https://jarcasting.com/artifacts/de.monochromata.cucumber/reporting-plugin/
implementation 'de.monochromata.cucumber:reporting-plugin:4.0.82'
// https://jarcasting.com/artifacts/de.monochromata.cucumber/reporting-plugin/
implementation ("de.monochromata.cucumber:reporting-plugin:4.0.82")
'de.monochromata.cucumber:reporting-plugin:jar:4.0.82'
<dependency org="de.monochromata.cucumber" name="reporting-plugin" rev="4.0.82">
<artifact name="reporting-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.monochromata.cucumber', module='reporting-plugin', version='4.0.82')
)
libraryDependencies += "de.monochromata.cucumber" % "reporting-plugin" % "4.0.82"
[de.monochromata.cucumber/reporting-plugin "4.0.82"]