| License | License | 
|---|---|
| GroupId | GroupIdorg.xbib | 
| ArtifactId | ArtifactIdftp-fs | 
| Last Version | Last Version2.6.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionftp-fs Java FTP client, Java FTP NIO file system, Groovy FTP client | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| ftp-fs-2.6.0.pom | |
| ftp-fs-2.6.0.jar | 116 KB | 
| ftp-fs-2.6.0-sources.jar | 60 KB | 
| ftp-fs-2.6.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xbib/ftp-fs/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>ftp-fs</artifactId>
    <version>2.6.0</version>
</dependency>// https://jarcasting.com/artifacts/org.xbib/ftp-fs/
implementation 'org.xbib:ftp-fs:2.6.0'// https://jarcasting.com/artifacts/org.xbib/ftp-fs/
implementation ("org.xbib:ftp-fs:2.6.0")'org.xbib:ftp-fs:jar:2.6.0'<dependency org="org.xbib" name="ftp-fs" rev="2.6.0">
  <artifact name="ftp-fs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xbib', module='ftp-fs', version='2.6.0')
)libraryDependencies += "org.xbib" % "ftp-fs" % "2.6.0"[org.xbib/ftp-fs "2.6.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.xbib : ftp-client | jar | 2.6.0 |