is not current version
Last Version 0.2.7

com.github.hqstevenson.junit:sftp-junit 0.2.5

Provides a JUnit Resource for an embedded SFTP server

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.hqstevenson.junit
ArtifactId

ArtifactId

sftp-junit
Version

Version

0.2.5
Type

Type

jar

Download sftp-junit 0.2.5


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