spring-integration-smb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-smb</artifactId> <version>1.2.0.RELEASE</version> </dependency>
<?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-smb</artifactId> <version>1.2.0.RELEASE</version> <name>Spring Integration SMB Support</name> <description>Spring Integration SMB Support</description> <url>https://github.com/SpringSource/spring-integration-extensions</url> <organization> <name>SpringIO</name> <url>https://spring.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://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>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:https://github.com/SpringSource/spring-integration-extensions.git</connection> <developerConnection>scm:git:git@github.com:SpringSource/spring-integration-extensions.git</developerConnection> <url>https://github.com/SpringSource/spring-integration-extensions</url> </scm> <issueManagement> <system>Jira</system> <url>https://jira.springsource.org/browse/INTEXT</url> </issueManagement> <dependencies> <dependency> <groupId>org.codelibs</groupId> <artifactId>jcifs</artifactId> <version>2.1.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-file</artifactId> <version>5.2.1.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>