MVN

guru.nidi.ftpsync : ftpsync

Maven & Gradle

Oct 06, 2014
5 stars

A simple synchronizer between a local an a remote server (using only (S)FTP).

<dependency>
    <groupId>guru.nidi.ftpsync</groupId>
    <artifactId>ftpsync</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.nidi.ftpsync : ftpsync to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of guru.nidi.ftpsync : ftpsync to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ftpsync-1.0.0

How to add a dependency to Maven

Add the following guru.nidi.ftpsync : ftpsync maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>guru.nidi.ftpsync</groupId>
    <artifactId>ftpsync</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following guru.nidi.ftpsync : ftpsync gradle dependency to your build.gradle file:

implementation 'guru.nidi.ftpsync:ftpsync:1.0.0'

Gradle Kotlin DSL: Add the following guru.nidi.ftpsync : ftpsync gradle kotlin dependency to your build.gradle.kts file:

implementation("guru.nidi.ftpsync:ftpsync:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following guru.nidi.ftpsync : ftpsync sbt scala dependency to your build.sbt file:

libraryDependencies += "guru.nidi.ftpsync" % "ftpsync" % "1.0.0"