m

memoryfilesystem

An in memory implementation of a JSR-203 file system.
https://github.com/marschall/memoryfilesystem
MIT
Philippe Marschall
Files download
File Operation
memoryfilesystem-0.7.6.jar download
memoryfilesystem-0.7.6.pom download
memoryfilesystem-0.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>memoryfilesystem</artifactId>
  <version>0.7.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:memoryfilesystem:0.7.6'
Gradle Kotlin
implementation("com.github.marschall:memoryfilesystem:0.7.6")
Scala SBT
libraryDependencies += "com.github.marschall" % "memoryfilesystem" % "0.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='memoryfilesystem', version='0.7.6')
)
Apache Ivy
<dependency org="com.github.marschall" name="memoryfilesystem" rev="0.7.6" />
Leiningen
[com.github.marschall/memoryfilesystem "0.7.6"]
Apache Buildr
'com.github.marschall:memoryfilesystem:jar:0.7.6'