MVN

cz.pumpitup.pn5 : sftp-remote-client

Maven & Gradle

Aug 21, 2022

SFTP Remote Driver Client

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>sftp-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5 : sftp-remote-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.16

All Versions

Choose a version of cz.pumpitup.pn5 : sftp-remote-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
sftp-remote-client-0.5.16
sftp-remote-client-0.5.14
sftp-remote-client-0.5.13
sftp-remote-client-0.5.12
sftp-remote-client-0.5.11
sftp-remote-client-0.5.10
sftp-remote-client-0.5.9
sftp-remote-client-0.5.8
sftp-remote-client-0.5.7
sftp-remote-client-0.5.6
sftp-remote-client-0.5.5
sftp-remote-client-0.5.4
sftp-remote-client-0.5.3
sftp-remote-client-0.5.2
sftp-remote-client-0.5.1
sftp-remote-client-0.5.0
0.4.x
sftp-remote-client-0.4.35
sftp-remote-client-0.4.34
sftp-remote-client-0.4.33
sftp-remote-client-0.4.32
sftp-remote-client-0.4.31
sftp-remote-client-0.4.30
sftp-remote-client-0.4.29
sftp-remote-client-0.4.28
sftp-remote-client-0.4.27
sftp-remote-client-0.4.26
sftp-remote-client-0.4.25
sftp-remote-client-0.4.24
sftp-remote-client-0.4.23
sftp-remote-client-0.4.22
sftp-remote-client-0.4.21
sftp-remote-client-0.4.20
sftp-remote-client-0.4.19
sftp-remote-client-0.4.18
sftp-remote-client-0.4.17
sftp-remote-client-0.4.16
sftp-remote-client-0.4.15
sftp-remote-client-0.4.14
sftp-remote-client-0.4.13
sftp-remote-client-0.4.10
sftp-remote-client-0.4.9
sftp-remote-client-0.4.8
sftp-remote-client-0.4.7
sftp-remote-client-0.4.6
sftp-remote-client-0.4.5
sftp-remote-client-0.4.4
sftp-remote-client-0.4.3
sftp-remote-client-0.4.2
sftp-remote-client-0.4.1
sftp-remote-client-0.4.0
0.3.x
sftp-remote-client-0.3.10
sftp-remote-client-0.3.9
sftp-remote-client-0.3.8
sftp-remote-client-0.3.7
sftp-remote-client-0.3.6
sftp-remote-client-0.3.5
sftp-remote-client-0.3.4
sftp-remote-client-0.3.3
sftp-remote-client-0.3.2
sftp-remote-client-0.3.1
sftp-remote-client-0.3.0
0.2.x
sftp-remote-client-0.2.1
sftp-remote-client-0.2.0
0.1.x
sftp-remote-client-0.1.0

How to add a dependency to Maven

Add the following cz.pumpitup.pn5 : sftp-remote-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>sftp-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5 : sftp-remote-client gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5:sftp-remote-client:0.5.16'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5 : sftp-remote-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5:sftp-remote-client:0.5.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5 : sftp-remote-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5" % "sftp-remote-client" % "0.5.16"

Advertisement