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