blaze-storage-modules-storage-ftp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.blazebit</groupId> <artifactId>blaze-storage-modules-storage-ftp</artifactId> <version>0.3.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.blazebit</groupId> <artifactId>blaze-storage-modules-storage</artifactId> <version>0.3.3</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>blaze-storage-modules-storage-ftp</artifactId> <packaging>jar</packaging> <name>Blazebit Storage Modules Storage FTP</name> <dependencies> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>blaze-storage-core-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>blaze-storage-modules-storage-base</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>blaze-storage-modules-storage-nio2</artifactId> </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> <version>2.0</version> </dependency> </dependencies> </project>