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