| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdde.dm.infrastructure | 
| ArtifactId | ArtifactIdmicrometer-metrics-wrapper | 
| Version | VersionREF_NAME | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/micrometer-metrics-wrapper/ -->
<dependency>
    <groupId>de.dm.infrastructure</groupId>
    <artifactId>micrometer-metrics-wrapper</artifactId>
    <version>REF_NAME</version>
</dependency>// https://jarcasting.com/artifacts/de.dm.infrastructure/micrometer-metrics-wrapper/
implementation 'de.dm.infrastructure:micrometer-metrics-wrapper:REF_NAME'// https://jarcasting.com/artifacts/de.dm.infrastructure/micrometer-metrics-wrapper/
implementation ("de.dm.infrastructure:micrometer-metrics-wrapper:REF_NAME")'de.dm.infrastructure:micrometer-metrics-wrapper:jar:REF_NAME'<dependency org="de.dm.infrastructure" name="micrometer-metrics-wrapper" rev="REF_NAME">
  <artifact name="micrometer-metrics-wrapper" type="jar" />
</dependency>@Grapes(
@Grab(group='de.dm.infrastructure', module='micrometer-metrics-wrapper', version='REF_NAME')
)libraryDependencies += "de.dm.infrastructure" % "micrometer-metrics-wrapper" % "REF_NAME"[de.dm.infrastructure/micrometer-metrics-wrapper "REF_NAME"]