Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdcom.github.vincent-fuchs |
ArtifactId | ArtifactIdcucumber-results-aggregator-plugin |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vincent-fuchs/cucumber-results-aggregator-plugin/ -->
<dependency>
<groupId>com.github.vincent-fuchs</groupId>
<artifactId>cucumber-results-aggregator-plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vincent-fuchs/cucumber-results-aggregator-plugin/
implementation 'com.github.vincent-fuchs:cucumber-results-aggregator-plugin:1.0.1'
// https://jarcasting.com/artifacts/com.github.vincent-fuchs/cucumber-results-aggregator-plugin/
implementation ("com.github.vincent-fuchs:cucumber-results-aggregator-plugin:1.0.1")
'com.github.vincent-fuchs:cucumber-results-aggregator-plugin:jar:1.0.1'
<dependency org="com.github.vincent-fuchs" name="cucumber-results-aggregator-plugin" rev="1.0.1">
<artifact name="cucumber-results-aggregator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vincent-fuchs', module='cucumber-results-aggregator-plugin', version='1.0.1')
)
libraryDependencies += "com.github.vincent-fuchs" % "cucumber-results-aggregator-plugin" % "1.0.1"
[com.github.vincent-fuchs/cucumber-results-aggregator-plugin "1.0.1"]