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