MVN

io.github.ricall.junit5-sftp : junit5-sftp

Maven & Gradle

May 22, 2021
4 stars

JUnit 5 SFTP Extension · A JUnit 5 extension library that allows you to fake a SFTP server.

<dependency>
    <groupId>io.github.ricall.junit5-sftp</groupId>
    <artifactId>junit5-sftp</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ricall.junit5-sftp : junit5-sftp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of io.github.ricall.junit5-sftp : junit5-sftp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
junit5-sftp-2.0.1
junit5-sftp-2.0.0
1.2.x
junit5-sftp-1.2.2
junit5-sftp-1.2.1

How to add a dependency to Maven

Add the following io.github.ricall.junit5-sftp : junit5-sftp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ricall.junit5-sftp</groupId>
    <artifactId>junit5-sftp</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ricall.junit5-sftp : junit5-sftp gradle dependency to your build.gradle file:

implementation 'io.github.ricall.junit5-sftp:junit5-sftp:2.0.1'

Gradle Kotlin DSL: Add the following io.github.ricall.junit5-sftp : junit5-sftp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ricall.junit5-sftp:junit5-sftp:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ricall.junit5-sftp : junit5-sftp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ricall.junit5-sftp" % "junit5-sftp" % "2.0.1"

Advertisement