MVN

me.meilon.jsftp : jsftp-pool-client

Maven & Gradle

Nov 02, 2022
1 usages
4 stars
<dependency>
    <groupId>me.meilon.jsftp</groupId>
    <artifactId>jsftp-pool-client</artifactId>
    <version>0.1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.meilon.jsftp : jsftp-pool-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.22

All Versions

Choose a version of me.meilon.jsftp : jsftp-pool-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
jsftp-pool-client-0.1.22
jsftp-pool-client-0.1.21
jsftp-pool-client-0.1.20
jsftp-pool-client-0.1.19
jsftp-pool-client-0.1.17
jsftp-pool-client-0.1.12
jsftp-pool-client-0.1.6

How to add a dependency to Maven

Add the following me.meilon.jsftp : jsftp-pool-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.meilon.jsftp</groupId>
    <artifactId>jsftp-pool-client</artifactId>
    <version>0.1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.meilon.jsftp : jsftp-pool-client gradle dependency to your build.gradle file:

implementation 'me.meilon.jsftp:jsftp-pool-client:0.1.22'

Gradle Kotlin DSL: Add the following me.meilon.jsftp : jsftp-pool-client gradle kotlin dependency to your build.gradle.kts file:

implementation("me.meilon.jsftp:jsftp-pool-client:0.1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.meilon.jsftp : jsftp-pool-client sbt scala dependency to your build.sbt file:

libraryDependencies += "me.meilon.jsftp" % "jsftp-pool-client" % "0.1.22"

Advertisement