nio-fs

Java7 FileSystemProviders

License

License

GroupId

GroupId

no.maddin.niofs
ArtifactId

ArtifactId

nio-fs
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

nio-fs
Java7 FileSystemProviders
Project URL

Project URL

https://github.com/maddingo/nio-fs-provider
Source Code Management

Source Code Management

https://github.com/maddingo/nio-fs-provider

Download nio-fs

Filename Size
nio-fs-2.0.1.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/no.maddin.niofs/nio-fs/ -->
<dependency>
    <groupId>no.maddin.niofs</groupId>
    <artifactId>nio-fs</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.maddin.niofs/nio-fs/
implementation 'no.maddin.niofs:nio-fs:2.0.1'
// https://jarcasting.com/artifacts/no.maddin.niofs/nio-fs/
implementation ("no.maddin.niofs:nio-fs:2.0.1")
'no.maddin.niofs:nio-fs:pom:2.0.1'
<dependency org="no.maddin.niofs" name="nio-fs" rev="2.0.1">
  <artifact name="nio-fs" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.maddin.niofs', module='nio-fs', version='2.0.1')
)
libraryDependencies += "no.maddin.niofs" % "nio-fs" % "2.0.1"
[no.maddin.niofs/nio-fs "2.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sftp
  • webdav
  • smb
  • test-util
  • util
  • integration-tests

nio-fs-provider

FileSystemProviders for java.nio introduced in Java 7. The binary code is only tested and compiled on Java 8.

It allows File system operation agnostic to the underlying implementation, much like Apache VFS, but now in standard Java.

NB: The project has moved in Maven Central. This library was previously published with groupId no.uis.nio in Maven Central. Version 1.1.7 is the last version under this groupId.

Newer versions are published with groupId no.maddin.niofs.


Get more details at codescene.io.

Versions

Version
2.0.1
2.0.0