You can download spring-integration-sftp-4.1.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-integration-sftp-4.1.0.release.jar file has the following types.
JSCH_LICENSE.txt META-INF/MANIFEST.MF META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.integration.sftp.config.SftpInboundChannelAdapterParser.class org.springframework.integration.sftp.config.SftpNamespaceHandler.class org.springframework.integration.sftp.config.SftpOutboundChannelAdapterParser.class org.springframework.integration.sftp.config.SftpOutboundGatewayParser.class org.springframework.integration.sftp.filters.SftpPersistentAcceptOnceFileListFilter.class org.springframework.integration.sftp.filters.SftpRegexPatternFileListFilter.class org.springframework.integration.sftp.filters.SftpSimplePatternFileListFilter.class org.springframework.integration.sftp.gateway.SftpOutboundGateway.class org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizer.class org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizingMessageSource.class org.springframework.integration.sftp.session.DefaultSftpSessionFactory.class org.springframework.integration.sftp.session.JSchSessionWrapper.class org.springframework.integration.sftp.session.JschLogger.class org.springframework.integration.sftp.session.SftpFileInfo.class org.springframework.integration.sftp.session.SftpRemoteFileTemplate.class org.springframework.integration.sftp.session.SftpSession.class org/springframework/integration/sftp/config/spring-integration-sftp-4.1.xsd org/springframework/integration/sftp/config/spring-integration-sftp.gif
spring-integration-sftp-4.1.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-sftp</artifactId> <version>4.1.0.RELEASE</version> <name>Spring Integration SFTP Support</name> <description>Spring Integration SFTP Support</description> <url>https://projects.spring.io/spring-integration</url> <organization> <name>SpringIO</name> <url>http://spring.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>garyrussell</id> <name>Gary Russell</name> <email>grussell@pivotal.io</email> <roles> <role>project lead</role> </roles> </developer> <developer> <id>markfisher</id> <name>Mark Fisher</name> <email>mfisher@pivotal.io</email> <roles> <role>project founder and lead emeritus</role> </roles> </developer> <developer> <id>ghillert</id> <name>Gunnar Hillert</name> <email>ghillert@pivotal.io</email> </developer> <developer> <id>abilan</id> <name>Artem Bilan</name> <email>abilan@pivotal.io</email> </developer> </developers> <issueManagement> <system>Jira</system> <url>https://jira.springsource.org/browse/INT</url> </issueManagement> <scm> <connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection> <developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection> <url>https://github.com/spring-projects/spring-integration</url> </scm> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-stream</artifactId> <version>4.1.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>4.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1.51</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-file</artifactId> <version>4.1.0.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-sftp</artifactId> <version>4.1.0.release</version> </dependency>
If you think the following spring-integration-sftp-4.1.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-integration-sftp-4.1.0.release.jar file