is not current version
Last Version 0.5.1.RELEASE

org.springframework.metrics:spring-metrics 0.1.1.RELEASE

Application monitoring metrics for Spring applications

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

org.springframework.metrics
ArtifactId

ArtifactId

spring-metrics
Version

Version

0.1.1.RELEASE
Type

Type

jar

Download spring-metrics 0.1.1.RELEASE


<!-- 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"]