is not current version
Last Version 2.3.0

com.github.marschall:memoryfilesystem 0.9.1

An in memory implementation of a JSR-203 file system.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

memoryfilesystem
Version

Version

0.9.1
Type

Type

jar

Download memoryfilesystem 0.9.1


<!-- https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>memoryfilesystem</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/
implementation 'com.github.marschall:memoryfilesystem:0.9.1'
// https://jarcasting.com/artifacts/com.github.marschall/memoryfilesystem/
implementation ("com.github.marschall:memoryfilesystem:0.9.1")
'com.github.marschall:memoryfilesystem:jar:0.9.1'
<dependency org="com.github.marschall" name="memoryfilesystem" rev="0.9.1">
  <artifact name="memoryfilesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='memoryfilesystem', version='0.9.1')
)
libraryDependencies += "com.github.marschall" % "memoryfilesystem" % "0.9.1"
[com.github.marschall/memoryfilesystem "0.9.1"]