MVN

com.github.mhewedy : sftp-utils

Maven & Gradle

May 12, 2018
3 stars

sftp-utils · SFTP Utils

<dependency>
    <groupId>com.github.mhewedy</groupId>
    <artifactId>sftp-utils</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mhewedy : sftp-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.mhewedy : sftp-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sftp-utils-2.0.0
1.0.x
sftp-utils-1.0.8
sftp-utils-1.0.7
sftp-utils-1.0.6
sftp-utils-1.0.5
sftp-utils-1.0.4
sftp-utils-1.0.3
sftp-utils-1.0.2
sftp-utils-1.0.1
sftp-utils-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mhewedy</groupId>
    <artifactId>sftp-utils</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mhewedy : sftp-utils gradle dependency to your build.gradle file:

implementation 'com.github.mhewedy:sftp-utils:2.0.0'

Gradle Kotlin DSL: Add the following com.github.mhewedy : sftp-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mhewedy:sftp-utils:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mhewedy : sftp-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mhewedy" % "sftp-utils" % "2.0.0"

Advertisement