gnu-hylafax-inet-ftp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax-inet-ftp</artifactId> <version>1.0.3</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax-inet-ftp</artifactId> <packaging>jar</packaging> <version>1.0.3</version> <name>Inet-FTP Module</name> <url>http://gnu-hylafax.sourceforge.net/gnu-hylafax-inet-ftp</url> <description> This is an implementation of an FTP Client. We've worked to make this library compliant with the FTP RFC, RFC0959. </description> <parent> <groupId>net.sf.gnu-hylafax</groupId> <artifactId>gnu-hylafax</artifactId> <version>1.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-inet-ftp</url> <connection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-inet-ftp</connection> <developerConnection>scm:svn:https://gnu-hylafax.svn.sourceforge.net/svnroot/gnu-hylafax/tags/1.0.3/gnu-hylafax-inet-ftp</developerConnection> </scm> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> </dependencies> </project>