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

io.prometheus.client.examples:guice 0.0.7

The Prometheus Java Client Guice Injection Example

Категории

Категории

GUI Взаимодействие с пользователем CLI Guice Библиотеки уровня приложения Dependency Injection Prometheus Тестирование приложения и мониторинг Monitoring
Группа

Группа

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

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

guice
Версия

Версия

0.0.7
Тип

Тип

jar

Скачать guice 0.0.7


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