| Категории |
КатегорииCucumber Тестирование приложения и мониторинг |
|---|---|
| Группа | Группаcom.github.alexvictoor |
| Идентификатор | Идентификаторpitest-cucumber-plugin |
| Версия | Версия0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pitest-cucumber-plugin-0.6.pom | |
| pitest-cucumber-plugin-0.6.jar | 9 KB |
| pitest-cucumber-plugin-0.6-sources.jar | 4 KB |
| pitest-cucumber-plugin-0.6-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.alexvictoor/pitest-cucumber-plugin/ -->
<dependency>
<groupId>com.github.alexvictoor</groupId>
<artifactId>pitest-cucumber-plugin</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexvictoor/pitest-cucumber-plugin/
implementation 'com.github.alexvictoor:pitest-cucumber-plugin:0.6'
// https://jarcasting.com/artifacts/com.github.alexvictoor/pitest-cucumber-plugin/
implementation ("com.github.alexvictoor:pitest-cucumber-plugin:0.6")
'com.github.alexvictoor:pitest-cucumber-plugin:jar:0.6'
<dependency org="com.github.alexvictoor" name="pitest-cucumber-plugin" rev="0.6">
<artifact name="pitest-cucumber-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexvictoor', module='pitest-cucumber-plugin', version='0.6')
)
libraryDependencies += "com.github.alexvictoor" % "pitest-cucumber-plugin" % "0.6"
[com.github.alexvictoor/pitest-cucumber-plugin "0.6"]