Categories |
CategoriesSpring Boot Container Microservices CLI User Interface Logging Application Layer Libs Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.sap.hcp.cf.logging |
ArtifactId | ArtifactIdcf-custom-metrics-clients-spring-boot |
Version | Version3.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/cf-custom-metrics-clients-spring-boot/ -->
<dependency>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-custom-metrics-clients-spring-boot</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/cf-custom-metrics-clients-spring-boot/
implementation 'com.sap.hcp.cf.logging:cf-custom-metrics-clients-spring-boot:3.0.7'
// https://jarcasting.com/artifacts/com.sap.hcp.cf.logging/cf-custom-metrics-clients-spring-boot/
implementation ("com.sap.hcp.cf.logging:cf-custom-metrics-clients-spring-boot:3.0.7")
'com.sap.hcp.cf.logging:cf-custom-metrics-clients-spring-boot:jar:3.0.7'
<dependency org="com.sap.hcp.cf.logging" name="cf-custom-metrics-clients-spring-boot" rev="3.0.7">
<artifact name="cf-custom-metrics-clients-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.hcp.cf.logging', module='cf-custom-metrics-clients-spring-boot', version='3.0.7')
)
libraryDependencies += "com.sap.hcp.cf.logging" % "cf-custom-metrics-clients-spring-boot" % "3.0.7"
[com.sap.hcp.cf.logging/cf-custom-metrics-clients-spring-boot "3.0.7"]