| Категории |
КатегорииJMeter Тестирование приложения и мониторинг |
|---|---|
| Группа | Группаch.exense |
| Идентификатор | Идентификаторjmeter-plugin-handler |
| Последняя версия | Последняя версия3.6.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
<!-- https://jarcasting.com/artifacts/ch.exense/jmeter-plugin-handler/ -->
<dependency>
<groupId>ch.exense</groupId>
<artifactId>jmeter-plugin-handler</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense/jmeter-plugin-handler/
implementation 'ch.exense:jmeter-plugin-handler:3.6.1'
// https://jarcasting.com/artifacts/ch.exense/jmeter-plugin-handler/
implementation ("ch.exense:jmeter-plugin-handler:3.6.1")
'ch.exense:jmeter-plugin-handler:jar:3.6.1'
<dependency org="ch.exense" name="jmeter-plugin-handler" rev="3.6.1">
<artifact name="jmeter-plugin-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense', module='jmeter-plugin-handler', version='3.6.1')
)
libraryDependencies += "ch.exense" % "jmeter-plugin-handler" % "3.6.1"
[ch.exense/jmeter-plugin-handler "3.6.1"]