License |
License |
---|---|
GroupId | GroupIdsoftware.sham |
ArtifactId | ArtifactIdsham-ssh |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMock SSH and SFTP Testing API
Testing library for mocking interactions to SSH and SFTP servers
|
Filename | Size |
---|---|
sham-ssh-0.2.0.pom | |
sham-ssh-0.2.0.jar | 19 KB |
sham-ssh-0.2.0-sources.jar | 8 KB |
sham-ssh-0.2.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.sham/sham-ssh/ -->
<dependency>
<groupId>software.sham</groupId>
<artifactId>sham-ssh</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.sham/sham-ssh/
implementation 'software.sham:sham-ssh:0.2.0'
// https://jarcasting.com/artifacts/software.sham/sham-ssh/
implementation ("software.sham:sham-ssh:0.2.0")
'software.sham:sham-ssh:jar:0.2.0'
<dependency org="software.sham" name="sham-ssh" rev="0.2.0">
<artifact name="sham-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.sham', module='sham-ssh', version='0.2.0')
)
libraryDependencies += "software.sham" % "sham-ssh" % "0.2.0"
[software.sham/sham-ssh "0.2.0"]
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 |
com.github.fommil : openssh | jar | 1.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |