| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.hqstevenson.junit |
| ArtifactId | ArtifactIdsftp-junit |
| Last Version | Last Version0.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSFTP JUnit Rule
Provides a JUnit Resource for an embedded SFTP server
|
| Filename | Size |
|---|---|
| sftp-junit-0.2.7.pom | |
| sftp-junit-0.2.7.jar | 8 KB |
| sftp-junit-0.2.7-sources.jar | 7 KB |
| sftp-junit-0.2.7-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/ -->
<dependency>
<groupId>com.github.hqstevenson.junit</groupId>
<artifactId>sftp-junit</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation 'com.github.hqstevenson.junit:sftp-junit:0.2.7'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/sftp-junit/
implementation ("com.github.hqstevenson.junit:sftp-junit:0.2.7")
'com.github.hqstevenson.junit:sftp-junit:jar:0.2.7'
<dependency org="com.github.hqstevenson.junit" name="sftp-junit" rev="0.2.7">
<artifact name="sftp-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='sftp-junit', version='0.2.7')
)
libraryDependencies += "com.github.hqstevenson.junit" % "sftp-junit" % "0.2.7"
[com.github.hqstevenson.junit/sftp-junit "0.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.sshd : sshd-core | jar | 1.7.0 |
| commons-io : commons-io | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-core | jar | 2.21.0 |
| org.apache.camel : camel-test | jar | 2.21.0 |
| org.apache.camel : camel-ftp | jar | 2.21.0 |
| org.mockito : mockito-core | jar | 2.18.3 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |