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