| Categories |
CategoriesGUI User Interface CLI Guice Application Layer Libs Dependency Injection Prometheus Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdio.prometheus.client.examples |
| ArtifactId | ArtifactIdguice |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| guice-0.0.3.pom | |
| guice-0.0.3.jar | 11 KB |
| guice-0.0.3-sources.jar | 5 KB |
| guice-0.0.3-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/guice/ -->
<dependency>
<groupId>io.prometheus.client.examples</groupId>
<artifactId>guice</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/guice/
implementation 'io.prometheus.client.examples:guice:0.0.3'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/guice/
implementation ("io.prometheus.client.examples:guice:0.0.3")
'io.prometheus.client.examples:guice:jar:0.0.3'
<dependency org="io.prometheus.client.examples" name="guice" rev="0.0.3">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='guice', version='0.0.3')
)
libraryDependencies += "io.prometheus.client.examples" % "guice" % "0.0.3"
[io.prometheus.client.examples/guice "0.0.3"]