g

groovy-ftp

Java FTP client, Java FTP NIO file system, Groovy FTP client
https://github.com/xbib/ftp
The Apache License, Version 2.0
xbib
Jörg Prante
Files download
File Operation
groovy-ftp-2.2.1.jar download
groovy-ftp-2.2.1.pom download
groovy-ftp-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>groovy-ftp</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:groovy-ftp:2.2.1'
Gradle Kotlin
implementation("org.xbib:groovy-ftp:2.2.1")
Scala SBT
libraryDependencies += "org.xbib" % "groovy-ftp" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='groovy-ftp', version='2.2.1')
)
Apache Ivy
<dependency org="org.xbib" name="groovy-ftp" rev="2.2.1" />
Leiningen
[org.xbib/groovy-ftp "2.2.1"]
Apache Buildr
'org.xbib:groovy-ftp:jar:2.2.1'