| License |
License |
|---|---|
| GroupId | GroupIdcom.cerner.ftp |
| ArtifactId | ArtifactIdftp-util |
| Version | Version2.1 |
| Type | Typejar |
| Description |
DescriptionFile Transfer Utilities
File transfer utilities to ease and abstract the work required to upload and download files via SFTP.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ftp-util-2.1.pom | |
| ftp-util-2.1.jar | 34 KB |
| ftp-util-2.1-sources.jar | 25 KB |
| ftp-util-2.1-javadoc.jar | 213 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/ -->
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>ftp-util</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation 'com.cerner.ftp:ftp-util:2.1'
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation ("com.cerner.ftp:ftp-util:2.1")
'com.cerner.ftp:ftp-util:jar:2.1'
<dependency org="com.cerner.ftp" name="ftp-util" rev="2.1">
<artifact name="ftp-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ftp', module='ftp-util', version='2.1')
)
libraryDependencies += "com.cerner.ftp" % "ftp-util" % "2.1"
[com.cerner.ftp/ftp-util "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cerner.ftp : jsch-util | jar | 2.1 |
| commons-discovery : commons-discovery | jar | 20040218.194635 |
| commons-io : commons-io | jar | 2.6 |
| commons-logging : commons-logging | jar | 1.2 |
| com.jcraft : jsch | jar | 0.1.55 |
| fm.void.jetm : jetm | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| log4j : log4j | jar | 1.2.17 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 3.2.4 |
| org.slf4j : slf4j-nop | jar | 2.0.0-alpha1 |
| org.springframework : spring-beans | jar | 5.2.3.RELEASE |
| org.springframework : spring-context | jar | 5.2.3.RELEASE |
| org.springframework : spring-test | jar | 5.2.3.RELEASE |
| com.google.code.jetm : jetm-reporting-utilities | jar | 1.0.1 |