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