<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ftp</artifactId>
<version>4.0.5.RELEASE</version>
</dependency>
implementation("org.springframework.integration:spring-integration-ftp:4.0.5.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-ftp" % "4.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-ftp', version='4.0.5.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-ftp" rev="4.0.5.RELEASE" />