| License | License | 
|---|---|
| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdmetrics-collector-rabbit | 
| Version | Version2.0.0.RELEASE | 
| Type | Typejar | 
| Description | Descriptionmetrics-collector-rabbit Spring Cloud Stream Metrics Collector Rabbit Binder Application | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/metrics-collector-rabbit/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>metrics-collector-rabbit</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/metrics-collector-rabbit/
implementation 'org.springframework.cloud:metrics-collector-rabbit:2.0.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/metrics-collector-rabbit/
implementation ("org.springframework.cloud:metrics-collector-rabbit:2.0.0.RELEASE")'org.springframework.cloud:metrics-collector-rabbit:jar:2.0.0.RELEASE'<dependency org="org.springframework.cloud" name="metrics-collector-rabbit" rev="2.0.0.RELEASE">
  <artifact name="metrics-collector-rabbit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='metrics-collector-rabbit', version='2.0.0.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "metrics-collector-rabbit" % "2.0.0.RELEASE"[org.springframework.cloud/metrics-collector-rabbit "2.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |