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