License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdgroovy-ftp |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongroovy-ftp
Java FTP client, Java FTP NIO file system, Groovy FTP client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
groovy-ftp-2.6.0.pom | |
groovy-ftp-2.6.0.jar | 4 KB |
groovy-ftp-2.6.0-sources.jar | 2 KB |
groovy-ftp-2.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/groovy-ftp/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>groovy-ftp</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/groovy-ftp/
implementation 'org.xbib:groovy-ftp:2.6.0'
// https://jarcasting.com/artifacts/org.xbib/groovy-ftp/
implementation ("org.xbib:groovy-ftp:2.6.0")
'org.xbib:groovy-ftp:jar:2.6.0'
<dependency org="org.xbib" name="groovy-ftp" rev="2.6.0">
<artifact name="groovy-ftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='groovy-ftp', version='2.6.0')
)
libraryDependencies += "org.xbib" % "groovy-ftp" % "2.6.0"
[org.xbib/groovy-ftp "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.xbib : ftp-fs | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.5.12 |