is not current version
Last Version 2.6.0

org.xbib:ftp-client 2.2.1

Java FTP client, Java FTP NIO file system, Groovy FTP client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

ftp-client
Version

Version

2.2.1
Type

Type

jar

Download ftp-client 2.2.1


<!-- https://jarcasting.com/artifacts/org.xbib/ftp-client/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>ftp-client</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/ftp-client/
implementation 'org.xbib:ftp-client:2.2.1'
// https://jarcasting.com/artifacts/org.xbib/ftp-client/
implementation ("org.xbib:ftp-client:2.2.1")
'org.xbib:ftp-client:jar:2.2.1'
<dependency org="org.xbib" name="ftp-client" rev="2.2.1">
  <artifact name="ftp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='ftp-client', version='2.2.1')
)
libraryDependencies += "org.xbib" % "ftp-client" % "2.2.1"
[org.xbib/ftp-client "2.2.1"]