не последняя версия
Последняя версия 2.6.0

org.xbib:ftp-fs 2.3.0

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

Группа

Группа

org.xbib
Идентификатор

Идентификатор

ftp-fs
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать ftp-fs 2.3.0


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