Last Version

Memory File System 2.3.0

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

License

License

MIT
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

memoryfilesystem
Version

Version

2.3.0
Type

Type

jar
Description

Description

Memory File System
An in memory implementation of a JSR-203 file system.
Project URL

Project URL

https://github.com/marschall/memoryfilesystem
Source Code Management

Source Code Management

https://github.com/marschall/memoryfilesystem

Download memoryfilesystem 2.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api Optional jar 1.3.2

Project Modules

There are no modules declared in this project.