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