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.1.0 |
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.1.0</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.1.0'
// 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.1.0")
'com.sap.hcp.cf.logging:cf-custom-metrics-clients-spring-boot:jar:3.1.0'
<dependency org="com.sap.hcp.cf.logging" name="cf-custom-metrics-clients-spring-boot" rev="3.1.0">
<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.1.0')
)
libraryDependencies += "com.sap.hcp.cf.logging" % "cf-custom-metrics-clients-spring-boot" % "3.1.0"
[com.sap.hcp.cf.logging/cf-custom-metrics-clients-spring-boot "3.1.0"]