| Группа | Группаcom.github.robtimus |
|---|---|
| Идентификатор | Идентификаторftp-fs |
| Версия | Версия1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ftp-fs-1.3.pom | |
| ftp-fs-1.3.jar | 95 KB |
| ftp-fs-1.3-sources.jar | 64 KB |
| ftp-fs-1.3-javadoc.jar | 205 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>ftp-fs</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/
implementation 'com.github.robtimus:ftp-fs:1.3'
// https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/
implementation ("com.github.robtimus:ftp-fs:1.3")
'com.github.robtimus:ftp-fs:jar:1.3'
<dependency org="com.github.robtimus" name="ftp-fs" rev="1.3">
<artifact name="ftp-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='ftp-fs', version='1.3')
)
libraryDependencies += "com.github.robtimus" % "ftp-fs" % "1.3"
[com.github.robtimus/ftp-fs "1.3"]