<dependency> <groupId>org.xbib</groupId> <artifactId>groovy-ftp</artifactId> <version>2.3.3</version> </dependency>
implementation 'org.xbib:groovy-ftp:2.3.3'
implementation("org.xbib:groovy-ftp:2.3.3")
libraryDependencies += "org.xbib" % "groovy-ftp" % "2.3.3"
@Grapes( @Grab(group='org.xbib', module='groovy-ftp', version='2.3.3') )
<dependency org="org.xbib" name="groovy-ftp" rev="2.3.3" />
[org.xbib/groovy-ftp "2.3.3"]
'org.xbib:groovy-ftp:jar:2.3.3'
compile
|-- org.xbib:ftp-fs:2.3.3
test
|-- org.codehaus.groovy:groovy-all:2.4.13
|-- junit:junit:4.12
|-- org.apache.logging.log4j:log4j-core:2.10.0