| Categories | CategoriesSpring Boot Container Microservices Metrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdai.foremast.metrics | 
| ArtifactId | ArtifactIdforemast-spring-boot-k8s-metrics-starter | 
| Version | Version0.1.4-SB1X_6 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/ai.foremast.metrics/foremast-spring-boot-k8s-metrics-starter/ -->
<dependency>
    <groupId>ai.foremast.metrics</groupId>
    <artifactId>foremast-spring-boot-k8s-metrics-starter</artifactId>
    <version>0.1.4-SB1X_6</version>
</dependency>// https://jarcasting.com/artifacts/ai.foremast.metrics/foremast-spring-boot-k8s-metrics-starter/
implementation 'ai.foremast.metrics:foremast-spring-boot-k8s-metrics-starter:0.1.4-SB1X_6'// https://jarcasting.com/artifacts/ai.foremast.metrics/foremast-spring-boot-k8s-metrics-starter/
implementation ("ai.foremast.metrics:foremast-spring-boot-k8s-metrics-starter:0.1.4-SB1X_6")'ai.foremast.metrics:foremast-spring-boot-k8s-metrics-starter:jar:0.1.4-SB1X_6'<dependency org="ai.foremast.metrics" name="foremast-spring-boot-k8s-metrics-starter" rev="0.1.4-SB1X_6">
  <artifact name="foremast-spring-boot-k8s-metrics-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='ai.foremast.metrics', module='foremast-spring-boot-k8s-metrics-starter', version='0.1.4-SB1X_6')
)libraryDependencies += "ai.foremast.metrics" % "foremast-spring-boot-k8s-metrics-starter" % "0.1.4-SB1X_6"[ai.foremast.metrics/foremast-spring-boot-k8s-metrics-starter "0.1.4-SB1X_6"]