is not current version
Last Version 2.3.0

com.github.marschall:memoryfilesystem 1.0.0

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

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

memoryfilesystem
Version

Version

1.0.0
Type

Type

jar

Download memoryfilesystem 1.0.0


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