Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.statful.client.framework |
ArtifactId | ArtifactIdstatful-micrometer-registry |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.statful.client.framework/statful-micrometer-registry/ -->
<dependency>
<groupId>com.statful.client.framework</groupId>
<artifactId>statful-micrometer-registry</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/statful-micrometer-registry/
implementation 'com.statful.client.framework:statful-micrometer-registry:1.0.3'
// https://jarcasting.com/artifacts/com.statful.client.framework/statful-micrometer-registry/
implementation ("com.statful.client.framework:statful-micrometer-registry:1.0.3")
'com.statful.client.framework:statful-micrometer-registry:jar:1.0.3'
<dependency org="com.statful.client.framework" name="statful-micrometer-registry" rev="1.0.3">
<artifact name="statful-micrometer-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='statful-micrometer-registry', version='1.0.3')
)
libraryDependencies += "com.statful.client.framework" % "statful-micrometer-registry" % "1.0.3"
[com.statful.client.framework/statful-micrometer-registry "1.0.3"]