is not current version
Last Version 3.2.1

org.springframework.cloud.stream.app:file-source-rabbit 1.0.4.RELEASE

Spring Cloud Stream File Source Rabbit Binder Application

GroupId

GroupId

org.springframework.cloud.stream.app
ArtifactId

ArtifactId

file-source-rabbit
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download file-source-rabbit 1.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/file-source-rabbit/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>file-source-rabbit</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/file-source-rabbit/
implementation 'org.springframework.cloud.stream.app:file-source-rabbit:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/file-source-rabbit/
implementation ("org.springframework.cloud.stream.app:file-source-rabbit:1.0.4.RELEASE")
'org.springframework.cloud.stream.app:file-source-rabbit:jar:1.0.4.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="file-source-rabbit" rev="1.0.4.RELEASE">
  <artifact name="file-source-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='file-source-rabbit', version='1.0.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "file-source-rabbit" % "1.0.4.RELEASE"
[org.springframework.cloud.stream.app/file-source-rabbit "1.0.4.RELEASE"]