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