is not current version
Last Version 1.2.1

org.springframework.cloud.fn:file-consumer 1.0.1

file consumer

GroupId

GroupId

org.springframework.cloud.fn
ArtifactId

ArtifactId

file-consumer
Version

Version

1.0.1
Type

Type

jar

Download file-consumer 1.0.1


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