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