не последняя версия
Последняя версия 0.0.10

io.prometheus.client.examples:random 0.0.5

The Prometheus Java Client Random Distribution Example

Категории

Категории

CLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring
Группа

Группа

io.prometheus.client.examples
Идентификатор

Идентификатор

random
Версия

Версия

0.0.5
Тип

Тип

jar

Скачать random 0.0.5


<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/random/ -->
<dependency>
    <groupId>io.prometheus.client.examples</groupId>
    <artifactId>random</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/random/
implementation 'io.prometheus.client.examples:random:0.0.5'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/random/
implementation ("io.prometheus.client.examples:random:0.0.5")
'io.prometheus.client.examples:random:jar:0.0.5'
<dependency org="io.prometheus.client.examples" name="random" rev="0.0.5">
  <artifact name="random" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='random', version='0.0.5')
)
libraryDependencies += "io.prometheus.client.examples" % "random" % "0.0.5"
[io.prometheus.client.examples/random "0.0.5"]