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