| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdorg.springframework.metrics | 
| ArtifactId | ArtifactIdspring-metrics | 
| Version | Version0.1.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/ -->
<dependency>
    <groupId>org.springframework.metrics</groupId>
    <artifactId>spring-metrics</artifactId>
    <version>0.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation 'org.springframework.metrics:spring-metrics:0.1.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation ("org.springframework.metrics:spring-metrics:0.1.1.RELEASE")'org.springframework.metrics:spring-metrics:jar:0.1.1.RELEASE'<dependency org="org.springframework.metrics" name="spring-metrics" rev="0.1.1.RELEASE">
  <artifact name="spring-metrics" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.metrics', module='spring-metrics', version='0.1.1.RELEASE')
)libraryDependencies += "org.springframework.metrics" % "spring-metrics" % "0.1.1.RELEASE"[org.springframework.metrics/spring-metrics "0.1.1.RELEASE"]