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