| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.robtimus |
| Идентификатор | Идентификаторftp-fs |
| Версия | Версия2.2 |
| Тип | Типjar |
| Описание |
Описаниеftp-fs
An FTP(S) NIO.2 file system
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ftp-fs-2.2.pom | |
| ftp-fs-2.2.jar | 100 KB |
| ftp-fs-2.2-sources.jar | 67 KB |
| ftp-fs-2.2-javadoc.jar | 215 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>ftp-fs</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/
implementation 'com.github.robtimus:ftp-fs:2.2'
// https://jarcasting.com/artifacts/com.github.robtimus/ftp-fs/
implementation ("com.github.robtimus:ftp-fs:2.2")
'com.github.robtimus:ftp-fs:jar:2.2'
<dependency org="com.github.robtimus" name="ftp-fs" rev="2.2">
<artifact name="ftp-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='ftp-fs', version='2.2')
)
libraryDependencies += "com.github.robtimus" % "ftp-fs" % "2.2"
[com.github.robtimus/ftp-fs "2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.robtimus : fs-core | jar | 2.0 |
| commons-net : commons-net | jar | 3.7.2 |
| org.slf4j : slf4j-api Необязательный | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.5.13 |
| org.mockftpserver : MockFtpServer | jar | 2.7.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |