<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-sftp</artifactId>
<version>4.0.6.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-sftp:4.0.6.RELEASE'
implementation("org.springframework.integration:spring-integration-sftp:4.0.6.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-sftp" % "4.0.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-sftp', version='4.0.6.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-sftp" rev="4.0.6.RELEASE" />
compile
|-- org.springframework:spring-context-support:4.0.8.RELEASE
|-- org.springframework.integration:spring-integration-file:4.0.6.RELEASE
|-- org.springframework.integration:spring-integration-stream:4.0.6.RELEASE
|-- javax.activation:activation:1.1.1
|-- org.springframework.integration:spring-integration-core:4.0.6.RELEASE