v

vfs

A virtual file system to demonstrate unix file structure
https://github.com/Diwakar1988/file-system
The Apache Software License, Version 2.0
Diwakar Mishra
Files download
File Operation
vfs-1.0.0.pom download
vfs-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.diwakar1988</groupId>
  <artifactId>vfs</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.diwakar1988:vfs:1.0.0'
Gradle Kotlin
implementation("com.github.diwakar1988:vfs:1.0.0")
Scala SBT
libraryDependencies += "com.github.diwakar1988" % "vfs" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.diwakar1988', module='vfs', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.diwakar1988" name="vfs" rev="1.0.0" />
Leiningen
[com.github.diwakar1988/vfs "1.0.0"]
Apache Buildr
'com.github.diwakar1988:vfs:jar:1.0.0'