MVN

net.sf.gnu-hylafax : gnu-hylafax-inet-ftp

Maven & Gradle

Mar 10, 2009
2 usages

Inet-FTP Module · This is an implementation of an FTP Client. We've worked to make this library compliant with the FTP RFC, RFC0959.

<dependency>
    <groupId>net.sf.gnu-hylafax</groupId>
    <artifactId>gnu-hylafax-inet-ftp</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.gnu-hylafax : gnu-hylafax-inet-ftp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Release Candidate: 1.0.0-rc2

All Versions

Choose a version of net.sf.gnu-hylafax : gnu-hylafax-inet-ftp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gnu-hylafax-inet-ftp-1.0.3
gnu-hylafax-inet-ftp-1.0.2
gnu-hylafax-inet-ftp-1.0.1
gnu-hylafax-inet-ftp-1.0.0
gnu-hylafax-inet-ftp-1.0.0-rc2
gnu-hylafax-inet-ftp-1.0.0-rc1
gnu-hylafax-inet-ftp-1.0.0-b2
gnu-hylafax-inet-ftp-1.0.0-b1

How to add a dependency to Maven

Add the following net.sf.gnu-hylafax : gnu-hylafax-inet-ftp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.gnu-hylafax</groupId>
    <artifactId>gnu-hylafax-inet-ftp</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.gnu-hylafax : gnu-hylafax-inet-ftp gradle dependency to your build.gradle file:

implementation 'net.sf.gnu-hylafax:gnu-hylafax-inet-ftp:1.0.3'

Gradle Kotlin DSL: Add the following net.sf.gnu-hylafax : gnu-hylafax-inet-ftp gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.gnu-hylafax:gnu-hylafax-inet-ftp:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.gnu-hylafax : gnu-hylafax-inet-ftp sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.gnu-hylafax" % "gnu-hylafax-inet-ftp" % "1.0.3"

Advertisement