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.6.jar download
vfs2nio-0.11.6.pom download
vfs2nio-0.11.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.stefanofornari</groupId>
  <artifactId>vfs2nio</artifactId>
  <version>0.11.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.stefanofornari:vfs2nio:0.11.6'
Gradle Kotlin
implementation("io.github.stefanofornari:vfs2nio:0.11.6")
Scala SBT
libraryDependencies += "io.github.stefanofornari" % "vfs2nio" % "0.11.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stefanofornari', module='vfs2nio', version='0.11.6')
)
Apache Ivy
<dependency org="io.github.stefanofornari" name="vfs2nio" rev="0.11.6" />
Leiningen
[io.github.stefanofornari/vfs2nio "0.11.6"]
Apache Buildr
'io.github.stefanofornari:vfs2nio:jar:0.11.6'