Categories |
CategoriesSpring Boot Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-spring-boot-metrics-starter |
Version | Version2.2.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot-metrics-starter/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-metrics-starter</artifactId>
<version>2.2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot-metrics-starter/
implementation 'com.microsoft.azure:azure-spring-boot-metrics-starter:2.2.0.M1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot-metrics-starter/
implementation ("com.microsoft.azure:azure-spring-boot-metrics-starter:2.2.0.M1")
'com.microsoft.azure:azure-spring-boot-metrics-starter:jar:2.2.0.M1'
<dependency org="com.microsoft.azure" name="azure-spring-boot-metrics-starter" rev="2.2.0.M1">
<artifact name="azure-spring-boot-metrics-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-boot-metrics-starter', version='2.2.0.M1')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-boot-metrics-starter" % "2.2.0.M1"
[com.microsoft.azure/azure-spring-boot-metrics-starter "2.2.0.M1"]