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