<dependency> <groupId>org.xbib</groupId> <artifactId>ftp-fs</artifactId> <version>2.3.5</version> </dependency>
implementation 'org.xbib:ftp-fs:2.3.5'
implementation("org.xbib:ftp-fs:2.3.5")
libraryDependencies += "org.xbib" % "ftp-fs" % "2.3.5"
@Grapes( @Grab(group='org.xbib', module='ftp-fs', version='2.3.5') )
<dependency org="org.xbib" name="ftp-fs" rev="2.3.5" />
[org.xbib/ftp-fs "2.3.5"]
'org.xbib:ftp-fs:jar:2.3.5'
compile
|-- org.xbib:ftp-client:2.3.5
test
|-- junit:junit:4.12
|-- org.mockftpserver:MockFtpServer:2.7.1
|-- org.hamcrest:hamcrest-all:1.3
|-- org.mockito:mockito-core:2.10.0