Download spring-integration-ftp-4.3.5.release.jar file

Introduction

You can download spring-integration-ftp-4.3.5.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-integration-ftp-4.3.5.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.integration.ftp.config.FtpInboundChannelAdapterParser.class
org.springframework.integration.ftp.config.FtpNamespaceHandler.class
org.springframework.integration.ftp.config.FtpOutboundChannelAdapterParser.class
org.springframework.integration.ftp.config.FtpOutboundGatewayParser.class
org.springframework.integration.ftp.config.FtpStreamingInboundChannelAdapterParser.class
org.springframework.integration.ftp.filters.FtpPersistentAcceptOnceFileListFilter.class
org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter.class
org.springframework.integration.ftp.filters.FtpSimplePatternFileListFilter.class
org.springframework.integration.ftp.gateway.FtpOutboundGateway.class
org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizer.class
org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizingMessageSource.class
org.springframework.integration.ftp.inbound.FtpStreamingMessageSource.class
org.springframework.integration.ftp.outbound.FtpMessageHandler.class
org.springframework.integration.ftp.session.AbstractFtpSessionFactory.class
org.springframework.integration.ftp.session.DefaultFtpSessionFactory.class
org.springframework.integration.ftp.session.DefaultFtpsSessionFactory.class
org.springframework.integration.ftp.session.FtpFileInfo.class
org.springframework.integration.ftp.session.FtpRemoteFileTemplate.class
org.springframework.integration.ftp.session.FtpSession.class
org/springframework/integration/ftp/config/spring-integration-ftp-4.3.xsd
org/springframework/integration/ftp/config/spring-integration-ftp.gif

Pom

spring-integration-ftp-4.3.5.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-ftp</artifactId>
  <version>4.3.5.RELEASE</version>
  <name>Spring Integration FTP Support</name>
  <description>Spring Integration FTP 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>
  <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>
  <issueManagement>
    <system>Jira</system>
    <url>https://jira.spring.io/browse/INT</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-file</artifactId>
      <version>4.3.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-net</groupId>
      <artifactId>commons-net</artifactId>
      <version>3.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context-support</artifactId>
      <version>4.3.4.RELEASE</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>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.integration</groupId>
   <artifactId>spring-integration-ftp</artifactId>
   <version>4.3.5.release</version>
</dependency>

Download

If you think the following spring-integration-ftp-4.3.5.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-ftp-4.3.5.release.jar file




PreviousNext

Related