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