is not current version
Last Version 2.2

com.cerner.ftp:ftp-util 2.0

File transfer utilities to ease and abstract the work required to upload and download files via SFTP.

GroupId

GroupId

com.cerner.ftp
ArtifactId

ArtifactId

ftp-util
Version

Version

2.0
Type

Type

jar

Download ftp-util 2.0


<!-- https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/ -->
<dependency>
    <groupId>com.cerner.ftp</groupId>
    <artifactId>ftp-util</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation 'com.cerner.ftp:ftp-util:2.0'
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation ("com.cerner.ftp:ftp-util:2.0")
'com.cerner.ftp:ftp-util:jar:2.0'
<dependency org="com.cerner.ftp" name="ftp-util" rev="2.0">
  <artifact name="ftp-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ftp', module='ftp-util', version='2.0')
)
libraryDependencies += "com.cerner.ftp" % "ftp-util" % "2.0"
[com.cerner.ftp/ftp-util "2.0"]