| Группа | Группаorg.xbib |
|---|---|
| Идентификатор | Идентификаторftp-fs |
| Версия | Версия2.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ftp-fs-2.3.0.pom | |
| ftp-fs-2.3.0.jar | 116 KB |
| ftp-fs-2.3.0-sources.jar | 60 KB |
| ftp-fs-2.3.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- 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"]