MVN

com.github.robtimus : ftp-fs

Maven & Gradle

Mar 04, 2023
1 usages
10 stars

ftp-fs · An FTP(S) NIO.2 file system

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>ftp-fs</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robtimus : ftp-fs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.github.robtimus : ftp-fs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
ftp-fs-3.1.1
3.1
ftp-fs-3.1
3.0.x
ftp-fs-3.0.1
3.0
ftp-fs-3.0
2.2.x
ftp-fs-2.2.2
ftp-fs-2.2.1
2.2
ftp-fs-2.2
2.1.x
ftp-fs-2.1.3
ftp-fs-2.1.2
ftp-fs-2.1.1
2.1
ftp-fs-2.1
2.0.x
ftp-fs-2.0.2
ftp-fs-2.0.1
2.0
ftp-fs-2.0
1.4.x
ftp-fs-1.4.2
ftp-fs-1.4.1
1.4
ftp-fs-1.4
1.3
ftp-fs-1.3
1.2.x
ftp-fs-1.2.1
1.2
ftp-fs-1.2
1.1
ftp-fs-1.1
1.0.x
ftp-fs-1.0.4
ftp-fs-1.0.3
ftp-fs-1.0.2
ftp-fs-1.0.1
1.0
ftp-fs-1.0

How to add a dependency to Maven

Add the following com.github.robtimus : ftp-fs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>ftp-fs</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robtimus : ftp-fs gradle dependency to your build.gradle file:

implementation 'com.github.robtimus:ftp-fs:3.1.1'

Gradle Kotlin DSL: Add the following com.github.robtimus : ftp-fs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.robtimus:ftp-fs:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robtimus : ftp-fs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robtimus" % "ftp-fs" % "3.1.1"

Advertisement