Mock SFTP Testing API

Testing library for mocking interactions to SFTP servers

License

License

GroupId

GroupId

software.sham
ArtifactId

ArtifactId

sham-sftp
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Mock SFTP Testing API
Testing library for mocking interactions to SFTP servers

Download sham-sftp

How to add to project

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

Dependencies

compile (13)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.apache.sshd : sshd-core jar 1.0.0
com.jcraft : jsch jar 0.1.53
org.bouncycastle : bcpkix-jdk15on jar 1.49
commons-io : commons-io jar 2.4
org.apache.logging.log4j : log4j-api jar 2.1
org.apache.logging.log4j : log4j-core jar 2.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.1
org.slf4j : jcl-over-slf4j jar 1.7.7
org.slf4j : slf4j-api jar 1.7.7
com.lmax : disruptor Optional jar 3.3.2
junit : junit jar 4.12

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1