is not current version
Last Version 0.0.10

io.prometheus.client.examples:guice 0.0.8

The Prometheus Java Client Guice Injection Example

Categories

Categories

GUI User Interface CLI Guice Application Layer Libs Dependency Injection Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

io.prometheus.client.examples
ArtifactId

ArtifactId

guice
Version

Version

0.0.8
Type

Type

jar

Download guice 0.0.8


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