Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.springframework.metrics |
ArtifactId | ArtifactIdspring-metrics |
Version | Versionv0.5.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-metrics-v0.5.0.RELEASE.pom | |
spring-metrics-v0.5.0.RELEASE.jar | 214 KB |
spring-metrics-v0.5.0.RELEASE-sources.jar | 147 KB |
spring-metrics-v0.5.0.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>v0.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation 'org.springframework.metrics:spring-metrics:v0.5.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.metrics/spring-metrics/
implementation ("org.springframework.metrics:spring-metrics:v0.5.0.RELEASE")
'org.springframework.metrics:spring-metrics:jar:v0.5.0.RELEASE'
<dependency org="org.springframework.metrics" name="spring-metrics" rev="v0.5.0.RELEASE">
<artifact name="spring-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.metrics', module='spring-metrics', version='v0.5.0.RELEASE')
)
libraryDependencies += "org.springframework.metrics" % "spring-metrics" % "v0.5.0.RELEASE"
[org.springframework.metrics/spring-metrics "v0.5.0.RELEASE"]