is not current version
Last Version 2.6.0

org.xbib:ftp-fs 2.3.3

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

GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

ftp-fs
Version

Version

2.3.3
Type

Type

jar

Download ftp-fs 2.3.3


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