nio-fs-util

Java7 FileSystemProviders

License

License

GroupId

GroupId

no.maddin.niofs
ArtifactId

ArtifactId

nio-fs-util
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

nio-fs-util
Java7 FileSystemProviders

Download nio-fs-util

How to add to project

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

There are no modules declared in this project.

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