| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPrometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаio.prometheus |
| Идентификатор | Идентификаторbenchmarks |
| Версия | Версия0.12.0 |
| Тип | Типjar |
| Описание |
ОписаниеPrometheus Java Client Benchmarks
Benchmarks of client performance, and comparison to other systems.
|
| Имя Файла | Размер |
|---|---|
| benchmarks-0.12.0.pom | |
| benchmarks-0.12.0.jar | 177 KB |
| benchmarks-0.12.0-sources.jar | 5 KB |
| benchmarks-0.12.0-javadoc.jar | 412 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus/benchmarks/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>benchmarks</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/benchmarks/
implementation 'io.prometheus:benchmarks:0.12.0'
// https://jarcasting.com/artifacts/io.prometheus/benchmarks/
implementation ("io.prometheus:benchmarks:0.12.0")
'io.prometheus:benchmarks:jar:0.12.0'
<dependency org="io.prometheus" name="benchmarks" rev="0.12.0">
<artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='benchmarks', version='0.12.0')
)
libraryDependencies += "io.prometheus" % "benchmarks" % "0.12.0"
[io.prometheus/benchmarks "0.12.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.3.2 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.3.2 |
| javax.annotation : javax.annotation-api | jar | 1.3.1 |
| io.prometheus : simpleclient | jar | 0.12.0 |
| com.codahale.metrics : metrics-core | jar | 3.0.2 |