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