License |
License |
---|---|
GroupId | GroupIdcom.cerner.ftp |
ArtifactId | ArtifactIdjsch-util |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSch Utilities
Utilities for using the JSch SSH and FTP libraries
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsch-util-2.2.pom | |
jsch-util-2.2.jar | 18 KB |
jsch-util-2.2-sources.jar | 13 KB |
jsch-util-2.2-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cerner.ftp/jsch-util/ -->
<dependency>
<groupId>com.cerner.ftp</groupId>
<artifactId>jsch-util</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ftp/jsch-util/
implementation 'com.cerner.ftp:jsch-util:2.2'
// https://jarcasting.com/artifacts/com.cerner.ftp/jsch-util/
implementation ("com.cerner.ftp:jsch-util:2.2")
'com.cerner.ftp:jsch-util:jar:2.2'
<dependency org="com.cerner.ftp" name="jsch-util" rev="2.2">
<artifact name="jsch-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ftp', module='jsch-util', version='2.2')
)
libraryDependencies += "com.cerner.ftp" % "jsch-util" % "2.2"
[com.cerner.ftp/jsch-util "2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.55 |
net.sf.ehcache : ehcache-core | jar | 2.6.11 |
commons-codec : commons-codec | jar | 1.15 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-core | jar | 3.11.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
org.powermock : powermock-core | jar | 2.0.9 |
org.powermock : powermock-module-junit4 | jar | 2.0.9 |