| License | License | 
|---|---|
| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdorg.springframework.metrics | 
| ArtifactId | ArtifactIdspring-metrics | 
| Version | Version0.5.1.RELEASE | 
| Type | Typejar | 
| Description | Descriptionspring-metrics Application monitoring metrics for Spring applications | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| spring-metrics-0.5.1.RELEASE.pom | |
| spring-metrics-0.5.1.RELEASE.jar | 214 KB | 
| spring-metrics-0.5.1.RELEASE-sources.jar | 147 KB | 
| spring-metrics-0.5.1.RELEASE-javadoc.jar | 416 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/ -->
<dependency>
    <groupId>org.springframework.metrics</groupId>
    <artifactId>spring-metrics</artifactId>
    <version>0.5.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation 'org.springframework.metrics:spring-metrics:0.5.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation ("org.springframework.metrics:spring-metrics:0.5.1.RELEASE")'org.springframework.metrics:spring-metrics:jar:0.5.1.RELEASE'<dependency org="org.springframework.metrics" name="spring-metrics" rev="0.5.1.RELEASE">
  <artifact name="spring-metrics" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.metrics', module='spring-metrics', version='0.5.1.RELEASE')
)libraryDependencies += "org.springframework.metrics" % "spring-metrics" % "0.5.1.RELEASE"[org.springframework.metrics/spring-metrics "0.5.1.RELEASE"]