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