License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.bright-side.filesystemfacade |
ArtifactId | ArtifactIdfsf-common-tests |
Version | Version2.7.0 |
Type | Typejar |
Description |
DescriptionFSF 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fsf-common-tests-2.7.0.pom | |
fsf-common-tests-2.7.0.jar | 32 KB |
fsf-common-tests-2.7.0-sources.jar | 13 KB |
fsf-common-tests-2.7.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/ -->
<dependency>
<groupId>de.bright-side.filesystemfacade</groupId>
<artifactId>fsf-common-tests</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/
implementation 'de.bright-side.filesystemfacade:fsf-common-tests:2.7.0'
// https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/
implementation ("de.bright-side.filesystemfacade:fsf-common-tests:2.7.0")
'de.bright-side.filesystemfacade:fsf-common-tests:jar:2.7.0'
<dependency org="de.bright-side.filesystemfacade" name="fsf-common-tests" rev="2.7.0">
<artifact name="fsf-common-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.filesystemfacade', module='fsf-common-tests', version='2.7.0')
)
libraryDependencies += "de.bright-side.filesystemfacade" % "fsf-common-tests" % "2.7.0"
[de.bright-side.filesystemfacade/fsf-common-tests "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
de.bright-side.filesystemfacade : filesystemfacade | jar | 2.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
com.google.code.gson : gson | jar | 2.4 |
de.bright-side.beam : beam | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mariadb.jdbc : mariadb-java-client | jar | 2.4.1 |