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