MVN

de.bright-side.filesystemfacade : fsf-common-tests

Maven & Gradle

May 04, 2020
2 usages
2 stars

FSF Common Tests · Contains all common test for FileSystemFacade. Mostly contains one general abstract testing class which is extended for each file system type. As the tests are not only relevant for the core FSF project, but also for extensions of FSF such as SFTP all of the common tests are included in a separate project and hence jar to allow re-using them.

<dependency>
    <groupId>de.bright-side.filesystemfacade</groupId>
    <artifactId>fsf-common-tests</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bright-side.filesystemfacade : fsf-common-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of de.bright-side.filesystemfacade : fsf-common-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
fsf-common-tests-2.7.0

How to add a dependency to Maven

Add the following de.bright-side.filesystemfacade : fsf-common-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.bright-side.filesystemfacade</groupId>
    <artifactId>fsf-common-tests</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bright-side.filesystemfacade : fsf-common-tests gradle dependency to your build.gradle file:

implementation 'de.bright-side.filesystemfacade:fsf-common-tests:2.7.0'

Gradle Kotlin DSL: Add the following de.bright-side.filesystemfacade : fsf-common-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bright-side.filesystemfacade:fsf-common-tests:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bright-side.filesystemfacade : fsf-common-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bright-side.filesystemfacade" % "fsf-common-tests" % "2.7.0"

Advertisement