is not current version
Last Version 2.3.0

com.github.marschall:memoryfilesystem 1.2.2

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

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

memoryfilesystem
Version

Version

1.2.2
Type

Type

jar

Download memoryfilesystem 1.2.2


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