| License |
License |
|---|---|
| GroupId | GroupIdcom.cerner.ftp |
| ArtifactId | ArtifactIdftp-util |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| 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.2.pom | |
| ftp-util-2.2.jar | 34 KB |
| ftp-util-2.2-sources.jar | 25 KB |
| ftp-util-2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation 'com.cerner.ftp:ftp-util:2.2'
// https://jarcasting.com/artifacts/com.cerner.ftp/ftp-util/
implementation ("com.cerner.ftp:ftp-util:2.2")
'com.cerner.ftp:ftp-util:jar:2.2'
<dependency org="com.cerner.ftp" name="ftp-util" rev="2.2">
<artifact name="ftp-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ftp', module='ftp-util', version='2.2')
)
libraryDependencies += "com.cerner.ftp" % "ftp-util" % "2.2"
[com.cerner.ftp/ftp-util "2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cerner.ftp : jsch-util | jar | 2.2 |
| commons-discovery : commons-discovery | jar | 20040218.194635 |
| commons-io : commons-io | jar | 2.11.0 |
| 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.2 |
| log4j : log4j | jar | 1.2.17 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 3.11.2 |
| org.slf4j : slf4j-nop | jar | 2.0.0-alpha2 |
| org.springframework : spring-beans | jar | 5.3.9 |
| org.springframework : spring-context | jar | 5.3.9 |
| org.springframework : spring-test | jar | 5.3.9 |
| com.google.code.jetm : jetm-reporting-utilities | jar | 1.0.1 |