MVN

com.goeuro : sync4j

Maven & Gradle

Apr 26, 2017

sync4j · Library to sync easily and safe files to/from different kind of file systems.

<dependency>
    <groupId>com.goeuro</groupId>
    <artifactId>sync4j</artifactId>
    <version>sync4j-parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goeuro : sync4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: sync4j-parent

All Versions

Choose a version of com.goeuro : sync4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
sync4j-0.2
sync4j
sync4j-sync4j-parent
sync4j-sync4j-gcs
sync4j-sync4j-core

How to add a dependency to Maven

Add the following com.goeuro : sync4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goeuro</groupId>
    <artifactId>sync4j</artifactId>
    <version>sync4j-parent</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goeuro : sync4j gradle dependency to your build.gradle file:

implementation 'com.goeuro:sync4j:sync4j-parent'

Gradle Kotlin DSL: Add the following com.goeuro : sync4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goeuro:sync4j:sync4j-parent")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goeuro : sync4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goeuro" % "sync4j" % "sync4j-parent"