MVN

com.github.fracpete : rsync4j-all

Maven & Gradle

Aug 08, 2023
85 stars

rsync4j-all · Combines all rsync4j modules.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>rsync4j-all</artifactId>
    <version>3.2.7-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : rsync4j-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.7-2

All Versions

Choose a version of com.github.fracpete : rsync4j-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
rsync4j-all-3.2.7-2
rsync4j-all-3.2.7-1
rsync4j-all-3.2.3-12
rsync4j-all-3.2.3-11
rsync4j-all-3.2.3-10
rsync4j-all-3.2.3-9
rsync4j-all-3.2.3-8
rsync4j-all-3.2.3-7
rsync4j-all-3.2.3-6
rsync4j-all-3.2.3-5
rsync4j-all-3.2.3-4
rsync4j-all-3.2.3-3
rsync4j-all-3.2.3-2
rsync4j-all-3.2.3-1
3.1.x
rsync4j-all-3.1.3-2
rsync4j-all-3.1.3-1
rsync4j-all-3.1.2-17
rsync4j-all-3.1.2-16
rsync4j-all-3.1.2-15
rsync4j-all-3.1.2-14
rsync4j-all-3.1.2-13
rsync4j-all-3.1.2-12
rsync4j-all-3.1.2-11
rsync4j-all-3.1.2-10
rsync4j-all-3.1.2-9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>rsync4j-all</artifactId>
    <version>3.2.7-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : rsync4j-all gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:rsync4j-all:3.2.7-2'

Gradle Kotlin DSL: Add the following com.github.fracpete : rsync4j-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:rsync4j-all:3.2.7-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : rsync4j-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "rsync4j-all" % "3.2.7-2"

Advertisement