| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud.stream.app | 
| ArtifactId | ArtifactIdspring-cloud-stream-metrics-parent | 
| Version | Version1.0.0.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| spring-cloud-stream-metrics-parent-1.0.0.RELEASE.pom | 813 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-stream-metrics-parent/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>spring-cloud-stream-metrics-parent</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-stream-metrics-parent/
implementation 'org.springframework.cloud.stream.app:spring-cloud-stream-metrics-parent:1.0.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-stream-metrics-parent/
implementation ("org.springframework.cloud.stream.app:spring-cloud-stream-metrics-parent:1.0.0.RELEASE")'org.springframework.cloud.stream.app:spring-cloud-stream-metrics-parent:pom:1.0.0.RELEASE'<dependency org="org.springframework.cloud.stream.app" name="spring-cloud-stream-metrics-parent" rev="1.0.0.RELEASE">
  <artifact name="spring-cloud-stream-metrics-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-stream-metrics-parent', version='1.0.0.RELEASE')
)libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-stream-metrics-parent" % "1.0.0.RELEASE"[org.springframework.cloud.stream.app/spring-cloud-stream-metrics-parent "1.0.0.RELEASE"]