| Categories | CategoriesHermes Application Layer Libs Messaging Metrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdpl.allegro.tech.hermes | 
| ArtifactId | ArtifactIdhermes-metrics | 
| Version | Version0.8.3-hotfix1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-metrics/ -->
<dependency>
    <groupId>pl.allegro.tech.hermes</groupId>
    <artifactId>hermes-metrics</artifactId>
    <version>0.8.3-hotfix1</version>
</dependency>// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-metrics/
implementation 'pl.allegro.tech.hermes:hermes-metrics:0.8.3-hotfix1'// https://jarcasting.com/artifacts/pl.allegro.tech.hermes/hermes-metrics/
implementation ("pl.allegro.tech.hermes:hermes-metrics:0.8.3-hotfix1")'pl.allegro.tech.hermes:hermes-metrics:jar:0.8.3-hotfix1'<dependency org="pl.allegro.tech.hermes" name="hermes-metrics" rev="0.8.3-hotfix1">
  <artifact name="hermes-metrics" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.allegro.tech.hermes', module='hermes-metrics', version='0.8.3-hotfix1')
)libraryDependencies += "pl.allegro.tech.hermes" % "hermes-metrics" % "0.8.3-hotfix1"[pl.allegro.tech.hermes/hermes-metrics "0.8.3-hotfix1"]