v

vfs2nio

Library that bridges Commons VFS 2 to Java's NIO.2 virtual file system
https://jadaptive.com
European Union Public License
Brett Smith Stefano Fornari
Files download
File Operation
vfs2nio-0.11.4.jar download
vfs2nio-0.11.4.pom download
vfs2nio-0.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.stefanofornari</groupId>
  <artifactId>vfs2nio</artifactId>
  <version>0.11.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.stefanofornari:vfs2nio:0.11.4'
Gradle Kotlin
implementation("io.github.stefanofornari:vfs2nio:0.11.4")
Scala SBT
libraryDependencies += "io.github.stefanofornari" % "vfs2nio" % "0.11.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stefanofornari', module='vfs2nio', version='0.11.4')
)
Apache Ivy
<dependency org="io.github.stefanofornari" name="vfs2nio" rev="0.11.4" />
Leiningen
[io.github.stefanofornari/vfs2nio "0.11.4"]
Apache Buildr
'io.github.stefanofornari:vfs2nio:jar:0.11.4'