f

filter-processor-rabbit

Spring Cloud Stream Filter Processor Rabbit Binder Application
Files download
File Operation
filter-processor-rabbit-4.0.0.jar download
filter-processor-rabbit-4.0.0.pom download
filter-processor-rabbit-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud.stream.app</groupId>
  <artifactId>filter-processor-rabbit</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud.stream.app:filter-processor-rabbit:4.0.0'
Gradle Kotlin
implementation("org.springframework.cloud.stream.app:filter-processor-rabbit:4.0.0")
Scala SBT
libraryDependencies += "org.springframework.cloud.stream.app" % "filter-processor-rabbit" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud.stream.app', module='filter-processor-rabbit', version='4.0.0')
)
Apache Ivy
<dependency org="org.springframework.cloud.stream.app" name="filter-processor-rabbit" rev="4.0.0" />
Leiningen
[org.springframework.cloud.stream.app/filter-processor-rabbit "4.0.0"]
Apache Buildr
'org.springframework.cloud.stream.app:filter-processor-rabbit:jar:4.0.0'