MVN

top.infra.maven.wagon : wagon-rsync-external

Maven & Gradle

Aug 07, 2019
38 stars

Apache Maven Wagon :: Providers :: Rsync External Provider · Wagon provider that gets and puts artifacts with a preinstalled rsync client

<dependency>
    <groupId>top.infra.maven.wagon</groupId>
    <artifactId>wagon-rsync-external</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.infra.maven.wagon : wagon-rsync-external to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of top.infra.maven.wagon : wagon-rsync-external to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
wagon-rsync-external-3.3.3

How to add a dependency to Maven

Add the following top.infra.maven.wagon : wagon-rsync-external maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.infra.maven.wagon</groupId>
    <artifactId>wagon-rsync-external</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.infra.maven.wagon : wagon-rsync-external gradle dependency to your build.gradle file:

implementation 'top.infra.maven.wagon:wagon-rsync-external:3.3.3'

Gradle Kotlin DSL: Add the following top.infra.maven.wagon : wagon-rsync-external gradle kotlin dependency to your build.gradle.kts file:

implementation("top.infra.maven.wagon:wagon-rsync-external:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.infra.maven.wagon : wagon-rsync-external sbt scala dependency to your build.sbt file:

libraryDependencies += "top.infra.maven.wagon" % "wagon-rsync-external" % "3.3.3"