License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.signed.inmemory.sftp |
ArtifactId | ArtifactIdsftp-server-junit |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionin memory infrastructure
A collection of easy to use in memory servers for testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/ -->
<dependency>
<groupId>com.github.signed.inmemory.sftp</groupId>
<artifactId>sftp-server-junit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/
implementation 'com.github.signed.inmemory.sftp:sftp-server-junit:0.1.0'
// https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/
implementation ("com.github.signed.inmemory.sftp:sftp-server-junit:0.1.0")
'com.github.signed.inmemory.sftp:sftp-server-junit:jar:0.1.0'
<dependency org="com.github.signed.inmemory.sftp" name="sftp-server-junit" rev="0.1.0">
<artifact name="sftp-server-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.inmemory.sftp', module='sftp-server-junit', version='0.1.0')
)
libraryDependencies += "com.github.signed.inmemory.sftp" % "sftp-server-junit" % "0.1.0"
[com.github.signed.inmemory.sftp/sftp-server-junit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.github.signed.inmemory.sftp » sftp-server | jar | 0.1.0-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
net.schmizz : sshj | jar | 0.10.0 |
org.slf4j : slf4j-simple | jar | 1.7.5 |